ILoggerProviderConfiguration<T> class abstract

Provides configuration for a specific logger provider type.

This interface is used by logger providers to access their specific configuration settings. It wraps the configuration retrieval process in a type-safe manner.

Type parameter T represents the logger provider type (e.g., ConsoleLoggerProvider, DebugLoggerProvider).

Implementers

Properties

configuration IConfiguration
Gets the configuration for the logger provider.
no setter
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