C# Class Wox.Infrastructure.Logger.Log

Afficher le fichier Open project: Wox-launcher/Wox

Méthodes publiques

Méthode Description
CallerType ( ) : string
Debug ( string msg ) : void
Debug ( string type, string msg ) : void
Error ( string msg ) : void
Fatal ( System e ) : void
Info ( string msg ) : void
Info ( string type, string msg ) : void
Warn ( string msg ) : void

Private Methods

Méthode Description
Error ( System e, string msg ) : void
Exception ( System e ) : void
Log ( ) : System.Diagnostics

Method Details

CallerType() public static méthode

public static CallerType ( ) : string
Résultat string

Debug() public static méthode

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

Debug() public static méthode

public static Debug ( string type, string msg ) : void
type string
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 ( System e ) : void
e System
Résultat void

Info() public static méthode

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

Info() public static méthode

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

Warn() public static méthode

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