See: Description
Class | Description |
---|---|
AbstractLoggingSystem |
Abstract base class for
LoggingSystem implementations. |
AbstractLoggingSystem.LogLevels<T> |
Maintains a mapping between native levels and
LogLevel . |
DeferredLog |
Deferred
Log that can be used to store messages that shouldn't be written until
the logging system is fully initialized. |
LogFile |
A reference to a log output file.
|
LoggerConfiguration |
Immutable class that represents the configuration of a
LoggingSystem 's logger. |
LoggerGroup |
A single logger group.
|
LoggerGroups |
Logger groups configured via the Spring Environment.
|
LoggingInitializationContext |
Context passed to the
LoggingSystem during initialization. |
LoggingSystem |
Common abstraction over logging systems.
|
LoggingSystemProperties |
Utility to set system properties that can later be used by log configuration files.
|
Slf4JLoggingSystem |
Abstract base class for
LoggingSystem implementations that utilize SLF4J. |
Enum | Description |
---|---|
LogLevel |
Logging levels supported by a
LoggingSystem . |
LoggingSystem
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.