| Function | Description | |
|---|---|---|
| getClassLogger | Returns a logger for the passed-in class. | |
| getLogger | Returns a logger for the passed-in input that can be eighter a String or a Class. | |
| getNamedLogger | Returns a logger for the passed-in name. |
| Constant | Description | |
|---|---|---|
| LOGGER_FACTORY | LOGGER_FACTORY contains the default LoggerFactory used by getLogger and its siblings. |
| Interface | Description | |
|---|---|---|
| ILogger | A ILogger defines the public access for any kind of logging request. | |
| ILogSetup | ILogSetup augments Logger instances created by LoggerFactory which effectively allows to setup the logging process. |
| Class | Description | |
|---|---|---|
| Logger | Proxy for an ILogger implementation. | |
| LoggerFactory | Use the LoggerFactory to obtain a logger. |