Package-level declarations

Support and abstractions across several logging libraries.

See also

Types

Link copied to clipboard
Abstract base class for LoggingSystem implementations.
Link copied to clipboard
Utility class that can be used to format a correlation identifier for logging based on W3C recommendations.
Link copied to clipboard
open class DeferredLog : Log
Deferred Log that can be used to store messages that shouldn't be written until the logging system is fully initialized.
Link copied to clipboard
Factory that can be used to create multiple DeferredLog instances that will switch over when appropriate.
Link copied to clipboard
A DeferredLogFactory implementation that manages a collection DeferredLog instances.
Link copied to clipboard
open class LogFile
A reference to a log output file.
Link copied to clipboard
Immutable class that represents the configuration of a LoggingSystem's logger.
Link copied to clipboard
A single logger group.
Link copied to clipboard
Logger groups configured through the Spring Environment.
Link copied to clipboard
Context passed to the LoggingSystem during initialization.
Link copied to clipboard
abstract class LoggingSystem
Common abstraction over logging systems.
Link copied to clipboard
Factory class used by get to find an actual implementation.
Link copied to clipboard
Utility to set system properties that can later be used by log configuration files.
Link copied to clipboard
Logging system properties that can later be used by log configuration files.
Link copied to clipboard
Logging levels supported by a LoggingSystem.