class documentation
class PythonLoggingObserver(_GlobalStartStopObserver): (source)
Constructor: PythonLoggingObserver(loggerName)
Output twisted messages to Python standard library logging
module.
WARNING: specific logging configurations (example: network) can lead to a blocking system. Nothing is done here to prevent that, so be sure to not use this: code within Twisted, such as twisted.web, assumes that logging does not block.
Method | __init__ |
No summary |
Method | emit |
Receive a twisted log entry, format it and bridge it to python. |
Instance Variable | _new |
Undocumented |
Inherited from _GlobalStartStopObserver
:
Method | start |
Start observing log events. |
Method | stop |
Stop observing log events. |