C# Class SmartCmdArgs.Helper.Logger

Afficher le fichier Open project: MBulli/SmartCommandlineArgs

Méthodes publiques

Méthode Description
Error ( string message ) : void
Info ( string message ) : void
Warn ( string message ) : void

Private Methods

Méthode Description
WriteToDebugConsole ( string type, string message ) : void

Method Details

Error() public static méthode

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

Info() public static méthode

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

Warn() public static méthode

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