C# 클래스 Seq.Client.NLog.LogEventInfoFormatter

파일 보기 프로젝트 열기: DimensionDataCBUSydney/seq-client 1 사용 예제들

공개 메소드들

메소드 설명
ToJson ( IEnumerable events, TextWriter payload, IList properties ) : void

비공개 메소드들

메소드 설명
Escape ( string s ) : string
LogEventInfoFormatter ( ) : System
SanitizeKey ( string key ) : string
ToJson ( LogEventInfo loggingEvent, System.TimeSpan currentOffset, TextWriter payload, IList properties ) : void
WriteBoolean ( bool value, TextWriter output ) : void
WriteDateTime ( System.DateTime value, TextWriter output ) : void
WriteJsonProperty ( string name, object value, string &precedingDelimiter, TextWriter output ) : void
WriteLiteral ( object value, TextWriter output ) : void
WriteOffset ( DateTimeOffset value, TextWriter output ) : void
WritePropertyName ( string name, TextWriter output ) : void
WriteString ( string value, TextWriter output ) : void
WriteToString ( object number, TextWriter output ) : void

메소드 상세

ToJson() 공개 정적인 메소드

public static ToJson ( IEnumerable events, TextWriter payload, IList properties ) : void
events IEnumerable
payload System.IO.TextWriter
properties IList
리턴 void