C# Class Smithers.Worker.Jobs.LoggerExtensions

Afficher le fichier Open project: ucdavis/Smithers

Méthodes publiques

Méthode Description
LogCustomError ( this log, Exception ex, string jobName = null, bool notify = false ) : void

Private Methods

Méthode Description
SendErrorEmail ( string jobName, Exception ex, ILog log ) : void

Method Details

LogCustomError() public static méthode

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