| Interface | Description |
|---|---|
| Logger |
Interface for console loggers.
|
| Class | Description |
|---|---|
| SimpleLogger |
A simple implementation of
Logger which delegates all its calls to Log class. |
| Annotation Type | Description |
|---|---|
| Logger.Level |
Defines an annotation for available log levels.
|