C# Class CalendarAggregator.Logger

Afficher le fichier Open project: judell/elmcity

Méthodes publiques

Méthode Description
ExceptionLog ( string message, Exception e ) : void
InfoLog ( string message ) : void
StatusReport ( string report ) : void

Method Details

ExceptionLog() public static méthode

public static ExceptionLog ( string message, Exception e ) : void
message string
e System.Exception
Résultat void

InfoLog() public static méthode

public static InfoLog ( string message ) : void
message string
Résultat void

StatusReport() public static méthode

public static StatusReport ( string report ) : void
report string
Résultat void