Interface | Description |
---|---|
Logger |
Defines the log service interface.
|
Class | Description |
---|---|
LogMessage |
Writes a multi-line log message into a single string.
|
NullLogger |
Empty
Logger implementation whichs doesn't do anything |
SimpleLogger |
A simple
Logger implementation which just prints the
messages to the console |