Interface ILoggerConfiguration
Namespace: Steeltoe.Extensions.Logging
Assembly: Steeltoe.Extensions.Logging.Abstractions.dll
Syntax
public interface ILoggerConfiguration
Properties
| Edit this page View SourceConfiguredLevel
Declaration
LogLevel? ConfiguredLevel { get; }
Property Value
Type | Description |
---|---|
System.Nullable<LogLevel> |
EffectiveLevel
Declaration
LogLevel EffectiveLevel { get; }
Property Value
Type | Description |
---|---|
LogLevel |
Name
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |