Interface ILogLevelSwitch
Namespace: Void.Proxy.Api.Logging
Assembly: Void.Proxy.Api.dll
Provides mutable control over the minimum log level used by the proxy logging pipeline.
public interface ILogLevelSwitchProperties
Level
Gets or sets the active minimum log level.
LogLevel Level { get; set; }