Interface | Description |
---|---|
LevelImpl |
Interface for the implementation of Level.
|
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.
|
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.
|
LoggerWithExposedConstructor |
Since the Impl classes are in a different package than the classes they
implement, they cannot use the protected Logger constructor.
|
LoggerWithExposedConstructor |
Since the Impl classes are in a different package than the classes they
implement, they cannot use the protected Logger constructor.
|
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.