twisted.python.log.DefaultObserver(_GlobalStartStopMixIn) class documentationtwisted.python.log
(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. |