C# Class TestApp.Form1.FormLog

Inheritance: ILog
Datei anzeigen Open project: diogomafra/AppUpdater

Public Methods

Method 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 method

public Debug ( string message ) : void
message string
return void

Error() public method

public Error ( string message ) : void
message string
return void

FormLog() public method

public FormLog ( Action doLog, Type type ) : System
doLog Action
type System.Type
return System

Info() public method

public Info ( string message ) : void
message string
return void

Warn() public method

public Warn ( string message ) : void
message string
return void