C# 클래스 Serilog.Formatting.Raw.RawFormatter

Formats log events as a raw dump of the message template and properties.
상속: ITextFormatter
파일 보기 프로젝트 열기: serilog/serilog

공개 메소드들

메소드 설명
Format ( LogEvent logEvent, TextWriter output ) : void

Format the log event into the output.

메소드 상세

Format() 공개 메소드

Format the log event into the output.
public Format ( LogEvent logEvent, TextWriter output ) : void
logEvent Serilog.Events.LogEvent The event to format.
output System.IO.TextWriter The output.
리턴 void