Types used access the logging system used by JEB. Refer to
GlobalLog
to get started.
Interfaces
ILogger |
Definition of a logger and logging levels. |
Classes
BufferSink |
A sink storing the logs in a list of strings. |
GlobalLog |
Global logging facility used by JEB. |
InternalLogger |
An internal (debug-mode only) logger. |
LogStatusSink |
A special object (not to be confused with Sink ) receiving messages issued from
ILogger#status(String, Object...) status() calls. |
Sink<T> |
An abstract output sink receiving the logs. |
StatusLogDrip |
A manager for GlobalLog#status(String, Object...) STATUS loggers. |
StreamSink |
A sink storing the logs in an output stream. |
StructuredLogger |
The structured logger can generate HTML formatted log. |