Interface | Description |
---|---|
LevelImpl |
Interface for the implementation of Level.
|
LoggerConfigurator |
A configurator for
Logger s. |
LoggerImpl |
Interface for the implementation of Logger.
|
Class | Description |
---|---|
DevModeLoggingFixes |
This class is used by the byte code rewriting which happens in DevMode only.
|
DevModeLoggingFixes |
This class is used by the byte code rewriting which happens in DevMode only.
|
FormatterImpl |
Base class for Formatters - provides common functionality.
|
FormatterImpl |
Base class for Formatters - provides common functionality.
|
LevelImpl |
Interface for the implementation of Level.
|
LevelImplNull |
Null implementation for the Level class which ensures that calls to Level
compile out when logging is disabled.
|
LevelImplNull |
Null implementation for the Level class which ensures that calls to Level
compile out when logging is disabled.
|
LevelImplRegular |
Implementation for the Level class when logging is enabled.
|
LevelImplRegular |
Implementation for the Level class when logging is enabled.
|
LoggerConfigurator |
A configurator for
Logger s. |
LoggerConfiguratorConsole |
A simple
LoggerConfigurator that configures the root logger to log to the console. |
LoggerConfiguratorNull |
A
LoggerConfigurator that does nothing. |
LoggerImpl |
Interface for the implementation of Logger.
|
LoggerImplNull |
Null implementation for the Logger class which ensures that calls to Logger
compile out when logging is disabled.
|
LoggerImplNull |
Null implementation for the Logger class which ensures that calls to Logger
compile out when logging is disabled.
|
LoggerImplRegular |
Implementation for the Logger class when logging is enabled.
|
LoggerImplRegular |
Implementation for the Logger class when logging is enabled.
|
LoggerImplSevere |
Implementation for the Logger class when logging is enabled only at Severe and above.
|
LoggerImplSevere |
Implementation for the Logger class when logging is enabled only at Severe and above.
|
LoggerImplWarning |
Implementation for the Logger class when logging is enabled only at Warning and above.
|
LoggerImplWarning |
Implementation for the Logger class when logging is enabled only at Warning and above.
|
StackTracePrintStream |
A
PrintStream implementation that implements only a subset of methods that is enough to
be used with Throwable#printStackTrace(PrintStream) . |
StackTracePrintStream |
A
PrintStream implementation that implements only a subset of methods that is enough to
be used with Throwable.printStackTrace(PrintStream) . |
Copyright © 2018. All rights reserved.