C# 클래스 Smithers.Worker.Jobs.LoggerExtensions

파일 보기 프로젝트 열기: ucdavis/Smithers

공개 메소드들

메소드 설명
LogCustomError ( this log, Exception ex, string jobName = null, bool notify = false ) : void

비공개 메소드들

메소드 설명
SendErrorEmail ( string jobName, Exception ex, ILog log ) : void

메소드 상세

LogCustomError() 공개 정적인 메소드

public static LogCustomError ( this log, Exception ex, string jobName = null, bool notify = false ) : void
log this
ex System.Exception
jobName string
notify bool
리턴 void