C# Class Tomboy.Logger

Afficher le fichier Open project: GNOME/tomboy

Méthodes publiques

Méthode Description
Debug ( string msg ) : void
Error ( string msg ) : void
Fatal ( string msg ) : void
Info ( string msg ) : void
Log ( Level lvl, string msg ) : void
Mute ( ) : void
Unmute ( ) : void
Warn ( string msg ) : void

Private Methods

Méthode Description
Log ( string msg ) : void

Method Details

Debug() public static méthode

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

Error() public static méthode

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

Fatal() public static méthode

public static Fatal ( string msg ) : void
msg string
Résultat void

Info() public static méthode

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

Log() public static méthode

public static Log ( Level lvl, string msg ) : void
lvl Level
msg string
Résultat void

Mute() public static méthode

public static Mute ( ) : void
Résultat void

Unmute() public static méthode

public static Unmute ( ) : void
Résultat void

Warn() public static méthode

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