class twisted.python.log.ILogObserver(Interface): (source)
An observer which can do something with log events.
Given that most log observers are actually bound methods, it's okay to not explicitly declare provision of this interface.
Method | __call__ | Log an event. |
Log an event.
Parameters | eventDict | A dictionary with arbitrary keys. However, these keys are often available:
EventDict ) |