Interface | Description |
---|---|
Supplier<T> |
This lazy value supplier is identical to
Supplier . |
Class | Description |
---|---|
Configuration |
Configuration for
Logger . |
Configurator |
Configurator to configure
Logger . |
EnvironmentHelper |
Encapsulate functionality that depends on the environment.
|
InternalLogger |
Static logger for logging internal problems of tinylog.
|
LegacyLogEntry |
Log entry object with milliseconds precision for current date.
|
LogEntry |
Log entry object for
Writer.write(LogEntry) . |
LogEntryForwarder |
API for external logging facades.
|
Logger |
Static class to create log entries.
|
LoggingContext |
Thread-based mapped diagnostic context for logging.
|
PreciseLogEntry |
Log entry object with nanoseconds precision for current date.
|
UndatedLogEntry |
Log entry object without any date.
|
Enum | Description |
---|---|
Level |
Severity levels of logger.
|
Copyright © 2019. All rights reserved.