Interface ILoggerConfiguration
- Namespace
- Steeltoe.Extensions.Logging
- Assembly
- Steeltoe.Extensions.Logging.Abstractions.dll
public interface ILoggerConfiguration
Properties
ConfiguredLevel
LogLevel? ConfiguredLevel { get; }
Property Value
EffectiveLevel
LogLevel EffectiveLevel { get; }
Property Value
Name
string Name { get; }