public final class ProviderRegistry
extends java.lang.Object
As service registered logging providers will be loaded from META-INF/services. If there are multiple logging providers, they will be combined to one.
Modifier and Type | Method | Description |
---|---|---|
static LoggingProvider |
getLoggingProvider() |
Returns the actual logging provider.
|
public static LoggingProvider getLoggingProvider()
Multiple providers will be combined to one. If there are no logging providers, a stub implementation will be
returned instead of null
.
Copyright © 2018. All rights reserved.