C# Class GreenQloud.Logger

Afficher le fichier Open project: greenqloud/qloudsync

Méthodes publiques

Méthode Description
LogEvent ( string type, Event e ) : void
LogInfo ( string type, Exception e ) : void
LogInfo ( string type, string message, bool useData = true ) : void

Method Details

LogEvent() public static méthode

public static LogEvent ( string type, Event e ) : void
type string
e GreenQloud.Model.Event
Résultat void

LogInfo() public static méthode

public static LogInfo ( string type, Exception e ) : void
type string
e System.Exception
Résultat void

LogInfo() public static méthode

public static LogInfo ( string type, string message, bool useData = true ) : void
type string
message string
useData bool
Résultat void