C# Class Garlic.Logger

Afficher le fichier Open project: Lundalogik/garlic

Méthodes publiques

Méthode Description
Debug ( string message ) : void
Error ( Exception message ) : void
Error ( string message ) : void
Info ( string message ) : void
ResetOut ( ) : void

Method Details

Debug() public static méthode

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

Error() public static méthode

public static Error ( Exception message ) : void
message System.Exception
Résultat void

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

ResetOut() public static méthode

public static ResetOut ( ) : void
Résultat void