C# 클래스 JobQueueCore.NullLoggerDelegate

상속: ILoggerDelegate
파일 보기 프로젝트 열기: kennethchoe/JobQueue

공개 메소드들

메소드 설명
Log ( LogActivity activity, string subject ) : void
LogDebugInfo ( string subject, string debugInfo ) : void
LogError ( string subject, Exception e ) : void

메소드 상세

Log() 공개 메소드

public Log ( LogActivity activity, string subject ) : void
activity LogActivity
subject string
리턴 void

LogDebugInfo() 공개 메소드

public LogDebugInfo ( string subject, string debugInfo ) : void
subject string
debugInfo string
리턴 void

LogError() 공개 메소드

public LogError ( string subject, Exception e ) : void
subject string
e System.Exception
리턴 void