Confirmed users
64
edits
Chmanchester (talk | contribs) |
Chmanchester (talk | contribs) |
||
Line 22: | Line 22: | ||
=== Logging APIs === | === Logging APIs === | ||
The primary logging API for our data format is mozlog's structured module ([http://mozbase.readthedocs.org/en/latest/mozlog_structured.html readthedocs]). | The primary logging API for our data format is mozlog's structured module ([http://mozbase.readthedocs.org/en/latest/mozlog_structured.html readthedocs]). An extensive example of how to use the api is included in these docs. | ||
For data originating from JavaScript or Java, StructuredLog.jsm and StructuredLogger.java have been implemented to produce this data format. Mozlog supports logging data directly from these producers. | For data originating from JavaScript or Java, StructuredLog.jsm and StructuredLogger.java have been implemented to produce this data format. Mozlog supports logging data directly from these producers. |