Name | Description |
---|---|
BackendInterface | Contract for a logger backend interface |
Name | Description |
---|---|
AbstractBackend | An abstract Log backend |
AnsiConsoleBackend | Extended ANSI console backend with human friendly formatting |
ConsoleBackend | A log backend which writes log entries to the console (STDOUT or STDERR) |
FileBackend | A log backend which writes log entries into a file |
NullBackend | A backend which just ignores everything |