C# 클래스 Serilog.LoggerConfigurationEventLogExtensions

Adds the WriteTo.EventLog() extension method to LoggerConfiguration.
파일 보기 프로젝트 열기: net-commons/common-logging

공개 메소드들

메소드 설명
CommonLogging ( this loggerConfiguration ) : LoggerConfiguration

Adds a sink that writes log events to the Windows event log.

메소드 상세

CommonLogging() 공개 정적인 메소드

Adds a sink that writes log events to the Windows event log.
A required parameter is null.
public static CommonLogging ( this loggerConfiguration ) : LoggerConfiguration
loggerConfiguration this The logger configuration.
리턴 LoggerConfiguration