C# Class TestApp.Form1.FormLog

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

Méthodes publiques

Méthode Description
Debug ( string message ) : void
Error ( string message ) : void
FormLog ( Action doLog, Type type ) : System
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

FormLog() public méthode

public FormLog ( Action doLog, Type type ) : System
doLog Action
type System.Type
Résultat System

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