22 lines
No EOL
296 B
ReStructuredText
22 lines
No EOL
296 B
ReStructuredText
.. _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() |