C# 클래스 NLog.Targets.SignalR.EmptyTarget

상속: TargetWithLayout
파일 보기 프로젝트 열기: Hdesai/NLogToSignalR

Private Properties

프로퍼티 타입 설명
SendTheMessageToRemoteHost void

공개 메소드들

메소드 설명
EmptyTarget ( ) : System.Collections.Generic

보호된 메소드들

메소드 설명
Write ( Common logEvent ) : void
Write ( LogEventInfo logEvent ) : void

비공개 메소드들

메소드 설명
SendTheMessageToRemoteHost ( IEnumerable messages ) : void

메소드 상세

EmptyTarget() 공개 메소드

public EmptyTarget ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Write() 보호된 메소드

protected Write ( Common logEvent ) : void
logEvent Common
리턴 void

Write() 보호된 메소드

protected Write ( LogEventInfo logEvent ) : void
logEvent LogEventInfo
리턴 void