Logging, more documentation

This commit is contained in:
Konstantin Lampalzer 2021-01-23 13:37:40 +01:00
parent 6eebab871e
commit 4a5f630d40
No known key found for this signature in database
GPG key ID: 9A60A522835A2AD9
11 changed files with 66 additions and 27 deletions

View file

@ -0,0 +1,22 @@
.. _lib_logging:
Logging
*******
Class Documentation
====================
.. autoclass:: compLib.LogstashLogging.Logging
:members:
Examples
=========
Turn up the logging
--------------------
.. code-block:: python
from compLib.LogstashLogging import Logging
Logging.set_debug()