Part of twisted.python.log View Source View In Hierarchy
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. |
Parameters | eventDict | A dictionary with arbitrary keys. However, these keys are often
available:
dict with str keys.
) |