twisted.python.log.DefaultObserver(_GlobalStartStopMixIn)
class documentationtwisted.python.log
View Source
(View In Hierarchy)
Default observer.
Will ignore all non-error messages and send error messages to sys.stderr. Will be removed when startLogging() is called for the first time.
Method | emit | Emit an event dict. |
Inherited from _GlobalStartStopMixIn:
Method | start | Start observing log events. |
Method | stop | Stop observing log events. |
Emit an event dict.
Parameters | eventDict | an event dict (type: dict) |