C# Class Microsoft.HockeyApp.HockeyLogManager.NullLogger

Inheritance: ILog
Afficher le fichier Open project: bitstadium/HockeySDK-Windows

Méthodes publiques

Méthode Description
Error ( Exception exception ) : void
Info ( string format ) : void
Warn ( string format ) : void

Method Details

Error() public méthode

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

Info() public méthode

public Info ( string format ) : void
format string
Résultat void

Warn() public méthode

public Warn ( string format ) : void
format string
Résultat void