ILoggerProviderConfiguration<T> Interface

Definition

Allows access to configuration section associated with logger provider.

generic <typename T>
public interface class ILoggerProviderConfiguration
public interface ILoggerProviderConfiguration<T>
type ILoggerProviderConfiguration<'T> = interface
Public Interface ILoggerProviderConfiguration(Of T)

Type Parameters

T

Type of logger provider to get configuration for.

Properties

Configuration

Configuration section for requested logger provider.

Applies to