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