C# 클래스 NLog.Targets.Syslog.SyslogTarget

상속: TargetWithLayout
파일 보기 프로젝트 열기: graffen/NLog.Targets.Syslog

공개 메소드들

메소드 설명
SyslogTarget ( ) : System

Builds a new instance of the SyslogTarget class

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
InitializeTarget ( ) : void

Initializes the SyslogTarget

Write ( NLog.Common.AsyncLogEventInfo asyncLogEvent ) : void

Writes a single event

Write(LogEventInfo) is called only by Write(AsyncLogEventInfo/AsyncLogEventInfo[]): no need to override it

비공개 메소드들

메소드 설명
DisposeDependencies ( ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

InitializeTarget() 보호된 메소드

Initializes the SyslogTarget
protected InitializeTarget ( ) : void
리턴 void

SyslogTarget() 공개 메소드

Builds a new instance of the SyslogTarget class
public SyslogTarget ( ) : System
리턴 System

Write() 보호된 메소드

Writes a single event
Write(LogEventInfo) is called only by Write(AsyncLogEventInfo/AsyncLogEventInfo[]): no need to override it
protected Write ( NLog.Common.AsyncLogEventInfo asyncLogEvent ) : void
asyncLogEvent NLog.Common.AsyncLogEventInfo The NLog.AsyncLogEventInfo
리턴 void