C# 클래스 NLog.Serialization.LogEventInfoWriter

LogEventInfo XML writer
파일 보기 프로젝트 열기: loresoft/NLog.Xml 1 사용 예제들

공개 메소드들

메소드 설명
Write ( StringBuilder builder, LogEventInfo logEvent ) : void

Writes the specified logEvent

Write ( XmlWriter writer, LogEventInfo logEvent ) : void

Writes the specified logEvent

비공개 메소드들

메소드 설명
WriteError ( XmlWriter writer, Exception error ) : void
WriteProperties ( XmlWriter writer, object>.IDictionary properties ) : void
WriteProperty ( XmlWriter writer, object>.KeyValuePair property ) : void

메소드 상세

Write() 공개 메소드

Writes the specified logEvent
public Write ( StringBuilder builder, LogEventInfo logEvent ) : void
builder StringBuilder The to write to
logEvent LogEventInfo The log event to write
리턴 void

Write() 공개 메소드

Writes the specified logEvent
public Write ( XmlWriter writer, LogEventInfo logEvent ) : void
writer System.Xml.XmlWriter The to write to
logEvent LogEventInfo The log event to write
리턴 void