See: Description
Class | Description |
---|---|
AbstractLoggingSystem |
Abstract base class for
LoggingSystem implementations. |
ClasspathLoggingApplicationListener |
A
SmartApplicationListener that reacts to
environment prepared events and to
failed events by logging the classpath of the thread
context class loader (TCCL) at DEBUG level. |
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.
|
LoggingApplicationListener |
An
ApplicationListener that configures the LoggingSystem . |
LoggingInitializationContext |
Context passed to the
LoggingSystem during initialization. |
LoggingSystem |
Common abstraction over logging systems.
|
Slf4JLoggingSystem |
Abstract base class for
LoggingSystem implementations that utilize SLF4J. |
Enum | Description |
---|---|
LogLevel |
Logging levels supported by a
LoggingSystem . |
LoggingSystem
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.