| Class | Description |
|---|---|
| FileLogger |
A Logger implementation that logs to a file.
|
| FileLogger.Builder | |
| JavaLogger |
A logger implementation that uses the Java Logger.
|
| PrintStreamLogger |
A Logger implementation that logs to a
PrintStream. |
| Slf4jLogger |
A logger implementation that uses the SLF4J logger.
|
| SysoutLogger |
A Logger implementation that logs to the
System.out or System.err stream. |
| SysoutLogger.Builder |
| Enum | Description |
|---|---|
| PrintStreamLogger.LogLevel |
The log level of the log message.
|
| SysoutLogger.OutStream |
The stream where the WARN messages should be printed to.
|