| Class | Description |
|---|---|
| AbstractLogRecord |
Abstract base class for java.util compatible log records produced by system backends.
|
| BackendFactory |
An API to create logger backends for a given class name.
|
| Clock |
A clock to return walltime timestamps for log statements.
|
| DefaultPlatform |
The default fluent logger platform for a server-side Java environment.
|
| EmptyLoggingContext |
Empty trace context implementation.
|
| LoggingContext |
An API for injecting scoped metadata for log statements (either globally or on a per-request
basis).
|
| SimpleBackendFactory |
Default factory for creating logger backends.
|
| SimpleLoggerBackend |
A logging backend that uses the
java.util.logging classes to output log statements. |
| SimpleLogRecord |
An eagerly evaluating
LogRecord which is created by the Fluent Logger frontend and can be
passed to a normal log Handler instance for output. |
| StackBasedCallerFinder |
Default caller finder implementation which should work on all recent Java releases.
|
| SystemClock |
Default millisecond precision clock.
|