C# 클래스 Serilog.Core.LoggingLevelSwitch

Dynamically controls logging level.
파일 보기 프로젝트 열기: serilog/serilog 1 사용 예제들

공개 메소드들

메소드 설명
LoggingLevelSwitch ( LogEventLevel initialMinimumLevel = LogEventLevel.Information ) : Serilog.Events

Create a LoggingLevelSwitch at the initial minimum level.

메소드 상세

LoggingLevelSwitch() 공개 메소드

Create a LoggingLevelSwitch at the initial minimum level.
public LoggingLevelSwitch ( LogEventLevel initialMinimumLevel = LogEventLevel.Information ) : Serilog.Events
initialMinimumLevel LogEventLevel The initial level to which the switch is set.
리턴 Serilog.Events