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:EventDict | A dictionary with arbitrary keys. However, these keys are often available:
|