| Interface | Description |
|---|---|
| LogCatcher |
Interface to provide for catch logs
|
| Class | Description |
|---|---|
| DefaultLogCatcher |
Default log catcher, that publish log in standard stream
|
| LogReport |
Capture log and permits to report them to a
LogCatcher |
| Enum | Description |
|---|---|
| LogLevel |
Level of log.
Importance log level from more important to less is:
LogLevel.FATAL
LogLevel.ERROR
LogLevel.WARNING
LogLevel.INFORMATION
LogLevel.VERBOSE
LogLevel.DEBUG
Note that LogLevel.SILENT is a special level for no log at all |
Copyright © 2020. All rights reserved.