A thread class which performs all writing operations to the given logging instance.
More...
A thread class which performs all writing operations to the given logging instance.
def routing_logging.LoggingHandler.__init__ |
( |
|
self | ) |
|
Constructor.
- Parameters
-
- Returns
- None
def routing_logging.LoggingHandler.quit |
( |
|
self | ) |
|
Stop and quit the thread operation.
- Parameters
-
- Returns
- None
def routing_logging.LoggingHandler.run |
( |
|
self | ) |
|
Main thread routine.
Get the log message and its arguments from the queue, write them to the log instance.
- Parameters
-
- Returns
- None
routing_logging.LoggingHandler.root_logger |
Create a logger instance from the default Python logging module.
routing_logging.LoggingHandler.running |
Thread running state bool() flag.
The documentation for this class was generated from the following file: