C# Class TidyDesktopMonster.Logging.Log

Afficher le fichier Open project: mkropat/TidyDesktopMonster

Méthodes publiques

Méthode Description
Debug ( ) : void
Error ( ) : void
Info ( ) : void
Warn ( ) : void

Private Methods

Méthode Description
Write ( LogLevel level, Array messages ) : void

Method Details

Debug() public static méthode

public static Debug ( ) : void
Résultat void

Error() public static méthode

public static Error ( ) : void
Résultat void

Info() public static méthode

public static Info ( ) : void
Résultat void

Warn() public static méthode

public static Warn ( ) : void
Résultat void