configureLoggingProvider

Configures SLF4D to use the given logging provider. Call this once on application startup. In order to improve runtime performance, access to this provider is **not** synchronized, so attempts to reconfigure the logging provider after startup may lead to undefined behavior.

void
configureLoggingProvider

Parameters

provider LoggingProvider

The logging provider to use. If null is given then SFL4D will use its built-in NoOpProvider from slf4d.noop_provider.