Class t.p.l.DefaultObserver:

Part of twisted.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 Undocumented
Method start Undocumented
Method stop Undocumented
def _emit(self, eventDict): (source)
Undocumented
def start(self): (source)
Undocumented
def stop(self): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.