Package org.springframework.boot.logging
package org.springframework.boot.logging
Support and abstractions across several logging libraries.
- See Also:
-
ClassDescriptionAbstract base class for
LoggingSystem
implementations.Maintains a mapping between native levels andLogLevel
.DeferredLog
that can be used to store messages that shouldn't be written until the logging system is fully initialized.Factory that can be used to create multipleDeferredLog
instances that will switch over when appropriate.ADeferredLogFactory
implementation that manages a collectionDeferredLog
instances.A reference to a log output file.Immutable class that represents the configuration of aLoggingSystem
's logger.Supported logger configuration scopes.Logger level configuration.A single logger group.Logger groups configured through the Spring Environment.Context passed to theLoggingSystem
during initialization.Common abstraction over logging systems.Factory class used byLoggingSystem.get(ClassLoader)
to find an actual implementation.Utility to set system properties that can later be used by log configuration files.Logging levels supported by aLoggingSystem
.