1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
API documentation
=================
The following documentation is based on the source code of version |release| of
the `coloredlogs` package.
The most useful entry points into the documentation are
:func:`~coloredlogs.install()`, :class:`~coloredlogs.ColoredFormatter` and
:func:`~coloredlogs.syslog.enable_system_logging()`.
The :mod:`coloredlogs` module
-----------------------------
.. automodule:: coloredlogs
:members:
The :mod:`coloredlogs.converter` module
---------------------------------------
.. automodule:: coloredlogs.converter
:members:
The :mod:`coloredlogs.syslog` module
------------------------------------
.. automodule:: coloredlogs.syslog
:members:
|