C# Class Disco.Services.Tasks.ScheduledTasksLog

Inheritance: Disco.Services.Logging.LogBase
Afficher le fichier Open project: garysharp/Disco

Méthodes publiques

Méthode Description
LogInitializeException ( Exception ex ) : void
LogInitializeException ( Exception ex, Type ScheduledTaskType ) : void
LogInitializingScheduledTasks ( ) : void
LogScheduledTaskException ( string ScheduledTaskName, string SessionId, Type ScheduledTaskType, Exception ex ) : void
LogScheduledTaskExecuted ( string TaskName, string SessionId ) : void
LogScheduledTaskFinished ( string TaskName, string SessionId ) : void
LogScheduledTaskInformation ( string ScheduledTaskName, string SessionId, string Message ) : void
LogScheduledTaskWarning ( string ScheduledTaskName, string SessionId, string Message ) : void

Méthodes protégées

Méthode Description
LoadEventTypes ( ) : List

Private Methods

Méthode Description
Log ( EventTypeIds EventTypeId ) : void

Method Details

LoadEventTypes() protected méthode

protected LoadEventTypes ( ) : List
Résultat List

LogInitializeException() public static méthode

public static LogInitializeException ( Exception ex ) : void
ex System.Exception
Résultat void

LogInitializeException() public static méthode

public static LogInitializeException ( Exception ex, Type ScheduledTaskType ) : void
ex System.Exception
ScheduledTaskType System.Type
Résultat void

LogInitializingScheduledTasks() public static méthode

public static LogInitializingScheduledTasks ( ) : void
Résultat void

LogScheduledTaskException() public static méthode

public static LogScheduledTaskException ( string ScheduledTaskName, string SessionId, Type ScheduledTaskType, Exception ex ) : void
ScheduledTaskName string
SessionId string
ScheduledTaskType System.Type
ex System.Exception
Résultat void

LogScheduledTaskExecuted() public static méthode

public static LogScheduledTaskExecuted ( string TaskName, string SessionId ) : void
TaskName string
SessionId string
Résultat void

LogScheduledTaskFinished() public static méthode

public static LogScheduledTaskFinished ( string TaskName, string SessionId ) : void
TaskName string
SessionId string
Résultat void

LogScheduledTaskInformation() public static méthode

public static LogScheduledTaskInformation ( string ScheduledTaskName, string SessionId, string Message ) : void
ScheduledTaskName string
SessionId string
Message string
Résultat void

LogScheduledTaskWarning() public static méthode

public static LogScheduledTaskWarning ( string ScheduledTaskName, string SessionId, string Message ) : void
ScheduledTaskName string
SessionId string
Message string
Résultat void