Interface | Description |
---|---|
ContextProvider |
API for accessing thread-based mapped diagnostic context of concrete logging framework implementation.
|
LoggingProvider |
API for providing log entries to a concrete logging framework implementation.
|
Class | Description |
---|---|
BundleContextProvider |
Context provider that combines multiple context providers into one.
|
BundleLoggingProvider |
Logging provider that combines multiple logging providers into one.
|
InternalLogger |
Static logger for logging internal warnings and errors to console.
|
NopContextProvider |
Context provider implementation that does nothing.
|
NopLoggingProvider |
Logging provider implementation that does nothing.
|
ProviderRegistry |
Registry for receiving the actual logging provider.
|
Copyright © 2024. All rights reserved.