C# 클래스 Serilog.Tests.Support.DelegatingSink

상속: ILogEventSink
파일 보기 프로젝트 열기: serilog/serilog 1 사용 예제들

공개 메소드들

메소드 설명
DelegatingSink ( Action write ) : System
Emit ( LogEvent logEvent ) : void
GetLogEvent ( Action writeAction ) : LogEvent

메소드 상세

DelegatingSink() 공개 메소드

public DelegatingSink ( Action write ) : System
write Action
리턴 System

Emit() 공개 메소드

public Emit ( LogEvent logEvent ) : void
logEvent Serilog.Events.LogEvent
리턴 void

GetLogEvent() 공개 정적인 메소드

public static GetLogEvent ( Action writeAction ) : LogEvent
writeAction Action
리턴 Serilog.Events.LogEvent