LoggerProviderConfigurationImpl<T> constructor

LoggerProviderConfigurationImpl<T>(
  1. ILoggerProviderConfigurationFactory providerConfigurationFactory
)

Creates a new instance of LoggerProviderConfigurationImpl.

The providerConfigurationFactory is used to retrieve the configuration specific to the provider type T.

Implementation

LoggerProviderConfigurationImpl(
  ILoggerProviderConfigurationFactory providerConfigurationFactory,
) : _configuration = providerConfigurationFactory.getConfiguration(T);