Interface | Description |
---|---|
CommandIdToIsDaemonMapper | |
CommandIdToIsRemoteExecutionMapper |
This tracks where a given command was run with remote execution.
|
CommandIdToIsSuperConsoleEnabledMapper | |
ConsoleHandlerState |
How the ConsoleHandler is supposed to behave for a particular thread.
|
ConsoleHandlerState.Writer | |
GlobalStateManager.LoggerIsMappedToThreadScope | |
LogFileHandlerState | |
TraceInfoProvider |
Provides any tracing related information.
|
Class | Description |
---|---|
AsyncLogHandler |
Wraps a log Handler, e.g.
|
CompressingFileHandler | |
ConsoleHandler |
Implementation of Handler which writes to the console (System.err by default).
|
ErrorLogRecord | |
ErrorLogRecord.Builder | |
GlobalStateManager | |
InvocationInfo | |
LogConfig |
Constructed by java.util.logging.LogManager via the system property
java.util.logging.LogManager.config.
|
LogConfigPaths |
Utility class containing constants for logging configuration paths.
|
LogConfigSetup | |
LogConfigSetup.Builder | |
LogFileHandler | |
LogFileHandlerDispatcher |
Switches between synchronous and asynchronous LogFileHandler, depending on value returned from
LogConfig.shouldUseAsyncFileLogging() Note: this could potentially change after
LogFileHandlerDispatcher is created
|
LogFormatter | |
MachineReadableLogConfig | |
PerfTimesStats | |
PerfTimesStats.Builder | |
ReferenceCountedWriter | |
TimedLogger |
Records the time that logging calls takes, and alerts if they go over configured threshold.
|