| Interface | Description |
|---|---|
| Logger |
The main
Logger interface. |
| LoggerFactory<L extends Logger> |
The
LoggerFactory supplies a Logger of a particular type. |
| Class | Description |
|---|---|
| NullLogger |
A null implementation of the
Logger interface (logs nothing). |
| NullLoggerFactory |
A null implementation of the
LoggerFactory interface. |
| Enum | Description |
|---|---|
| Level |
The logging level.
|
Copyright © 2022. All rights reserved.