Class LogLevelsConfiguration
Provides minimum log levels per logger category, originating from configuration. Used to initialize or update an IDynamicLoggerProvider.
Inheritance
System.Object
LogLevelsConfiguration
Namespace: Steeltoe.Logging
Assembly: Steeltoe.Logging.Abstractions.dll
Syntax
public sealed class LogLevelsConfiguration : object
Constructors
| Edit this page View SourceLogLevelsConfiguration(IReadOnlyDictionary<String, LogLevel>)
Declaration
public LogLevelsConfiguration(IReadOnlyDictionary<string, LogLevel> minLevelsPerCategory)
Parameters
Type | Name | Description |
---|---|---|
IReadOnlyDictionary<System.String, LogLevel> | minLevelsPerCategory |
Properties
| Edit this page View SourceMinLevelsPerCategory
Gets the minimum log levels per logger category, which is typically a namespace or fully-qualified type name. An empty string represents the default minimum log level.
Declaration
public IReadOnlyDictionary<string, LogLevel> MinLevelsPerCategory { get; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<System.String, LogLevel> |