LoggerProviderConfigurationImpl<T> class

Implementation of ILoggerProviderConfiguration that retrieves configuration for a specific logger provider type.

This class acts as a bridge between the configuration factory and logger providers, providing type-safe access to provider-specific configuration.

Type parameter T represents the logger provider type.

Implemented types

Constructors

LoggerProviderConfigurationImpl(ILoggerProviderConfigurationFactory providerConfigurationFactory)
Creates a new instance of LoggerProviderConfigurationImpl.

Properties

configuration IConfiguration
Gets the configuration for the logger provider.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited