LoggerProviderConfigurationFactoryImpl class
Factory implementation for providing configuration to logger providers.
This factory aggregates configuration from multiple sources and provides provider-specific configuration based on the provider's type name or alias.
Configuration is searched in the following locations:
- Logging:{ProviderAlias}:*
- Logging:{ProviderFullName}:*
All matching sections are merged together with later sources taking precedence.
- Implemented types
Constructors
-
LoggerProviderConfigurationFactoryImpl(Iterable<
IConfiguration> configurations) - Creates a new instance of LoggerProviderConfigurationFactoryImpl.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getConfiguration(
Type providerType) → IConfiguration -
Gets the configuration for the specified logger provider type.
override
-
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