| Interface | Description |
|---|---|
| Logger |
A lightweight wrapper around a logging API, if available.
|
| Class | Description |
|---|---|
| AnsiColor |
Helper class to format ANSI colors in console output.
|
| LoggerFactory |
Use this factory to get an instance of
Logger. |
| LoggerFactory.DummyLogger | |
| LoggerFactory.JavaUtilLogger |
All log messages will be pre-processed before given to the JUL logger to
support SLF4J-style placeholders and arguments semantics.
|
| LoggerFactory.Slf4jLogger |
All log messages will be pass through SLF4j as-is.
|
| Util |
Some internally used helper methods, mostly copied from
de.tototec.utils.functional project.
|
| Enum | Description |
|---|---|
| AnsiColor.Color |
Copyright © 2019. All rights reserved.