# Functions
SetEvents is used to control which events are written to the log.
SetListener will set the Logger to write to the specified listener.
Should returns true if the specified log event should be written to the log.
TestResetEvents is used for TESTING PURPOSES ONLY.
Write invokes the underlying listener with the specified event and message.
Writef invokes the underlying listener with the specified event and formatted message.
# Type aliases
Event is used to group entries.