C# Class CCManager.Log

Description of Log.
Afficher le fichier Open project: jglim/CCManager

Méthodes publiques

Свойство Type Description
LogLevel int

Méthodes publiques

Méthode Description
Error ( string dataToLog ) : void
Info ( string dataToLog ) : void
Info ( string dataToLog, int logLevel ) : void
Success ( string dataToLog ) : void
Warning ( string dataToLog ) : void

Method Details

Error() public static méthode

public static Error ( string dataToLog ) : void
dataToLog string
Résultat void

Info() public static méthode

public static Info ( string dataToLog ) : void
dataToLog string
Résultat void

Info() public static méthode

public static Info ( string dataToLog, int logLevel ) : void
dataToLog string
logLevel int
Résultat void

Success() public static méthode

public static Success ( string dataToLog ) : void
dataToLog string
Résultat void

Warning() public static méthode

public static Warning ( string dataToLog ) : void
dataToLog string
Résultat void

Property Details

LogLevel public_oe static_oe property

public static int LogLevel
Résultat int