Log all events.
Description
This handler is used to log events to local disk for later analysis. Standard python logging is used with the logger name constructed from the event source so that python logging configuration can be used to filter out/in events as well as the event handler's configuration.
Configuration
<eventInterface module='EventHandlers.LogEvents' name='LogEvents' fileBaseName='./eventLog'>
<eventtype type="">
<eventsource source="" >
<event>
<!-- interested in all events -->
</event>
</eventsource>
</eventtype>
</eventInterface>
This default configuration listens for all events
