Interface | Description |
---|---|
ILogger |
This interface describes loggers.
|
Class | Description |
---|---|
NoOpLogger |
Logger implementation that does not log anything.
|
SimpleLogger |
Simple logger that writes all messages to a stream or print writer.
|
WrappedLogger |
ILogger that wraps another logger and prints the given message once
before any other message is printed. |