C# Class JobQueueCore.NullLoggerDelegate

Inheritance: ILoggerDelegate
Afficher le fichier Open project: kennethchoe/JobQueue

Méthodes publiques

Méthode Description
Log ( LogActivity activity, string subject ) : void
LogDebugInfo ( string subject, string debugInfo ) : void
LogError ( string subject, Exception e ) : void

Method Details

Log() public méthode

public Log ( LogActivity activity, string subject ) : void
activity LogActivity
subject string
Résultat void

LogDebugInfo() public méthode

public LogDebugInfo ( string subject, string debugInfo ) : void
subject string
debugInfo string
Résultat void

LogError() public méthode

public LogError ( string subject, Exception e ) : void
subject string
e System.Exception
Résultat void