C# Class imBMW.Logger

Afficher le fichier Open project: toxsedyshev/imBMW

Méthodes publiques

Méthode Description
Error ( Exception ex, string message ) : void
Info ( string message, string priority = null ) : void

Private Methods

Méthode Description
OnLogged ( LogItem item ) : void

Method Details

Error() public static méthode

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

Info() public static méthode

public static Info ( string message, string priority = null ) : void
message string
priority string
Résultat void