Package | Description |
---|---|
org.tinylog.provider |
API for logging framework implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
BundleLoggingProvider
Logging provider that combines multiple logging providers into one.
|
class |
NopLoggingProvider
Logging provider implementation that does nothing.
|
Modifier and Type | Method and Description |
---|---|
static LoggingProvider |
ProviderRegistry.getLoggingProvider()
Returns the actual logging provider.
|
Modifier and Type | Method and Description |
---|---|
static List<LoggingProvider> |
ProviderRegistry.getLoggingProviders()
Gets all loaded logging providers.
|
Copyright © 2024. All rights reserved.