Skip to content

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 ILogLevelSwitch

Properties

Level

Gets or sets the active minimum log level.

LogLevel Level { get; set; }

Property Value

LogLevel