C# Class AppUpdater.Log.EmptyLog

Inheritance: ILog
Afficher le fichier Open project: diogomafra/AppUpdater

Méthodes publiques

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

Method Details

Debug() public méthode

public Debug ( string message ) : void
message string
Résultat void

Error() public méthode

public Error ( string message ) : void
message string
Résultat void

Info() public méthode

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

Warn() public méthode

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