See: Description
Interface | Description |
---|---|
LogSink |
Receives and handles log entries.
|
Class | Description |
---|---|
ConsoleLogSink |
A sink that writes log entries to the standard output or error stream (depending on the object configuration).
|
ConsoleLogSink.Heaplet |
Creates and initializes a console sink in a heap environment.
|
FileLogSink |
A sink that writes log entries to a file.
|
FileLogSink.Heaplet |
Creates and initializes a file log sink in a heap environment.
|
LogEntry |
The log entry data structure.
|
Logger |
Wraps a log sink and exposes a set of convenience methods for various logging activities.
|
LogMetric |
Log entry data that provides a measurement.
|
LogTimer |
Records elapsed time in a log in milliseconds.
|
NullLogSink |
A sink that discards all log entries.
|
Enum | Description |
---|---|
LogLevel |
Levels used for categorizing log entries.
|
Copyright © 2014 ForgeRock AS. All rights reserved.