mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 978108 - Update documentation for strucured logging. r=wlach
This commit is contained in:
parent
a45bd3b24a
commit
3f252cfa2a
@ -5,6 +5,11 @@ Mozlog is a python package intended to simplify and standardize logs
|
|||||||
in the Mozilla universe. It wraps around python's logging module and
|
in the Mozilla universe. It wraps around python's logging module and
|
||||||
adds some additional functionality.
|
adds some additional functionality.
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
For the purposes of logging results and other output from test runs,
|
||||||
|
:doc:`mozlog.structured<mozlog_structured>` should now be used
|
||||||
|
instead of this module.
|
||||||
|
|
||||||
.. automodule:: mozlog
|
.. automodule:: mozlog
|
||||||
:members: getLogger
|
:members: getLogger
|
||||||
|
|
||||||
|
@ -57,6 +57,12 @@ emitted:
|
|||||||
``tests``
|
``tests``
|
||||||
A list of test_ids (list).
|
A list of test_ids (list).
|
||||||
|
|
||||||
|
``run_info``
|
||||||
|
An optional dictionary describing the properties of the
|
||||||
|
build and test environment. This contains the information provided
|
||||||
|
by :doc:`mozinfo <mozinfo>`, plus a boolean ``debug`` field indicating
|
||||||
|
whether the build under test is a debug build.
|
||||||
|
|
||||||
``suite_end``
|
``suite_end``
|
||||||
Emitted when the testsuite is finished and no more results will be produced.
|
Emitted when the testsuite is finished and no more results will be produced.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user