C# Class zbxlld.Windows.Logger

Inheritance: IDisposable
Afficher le fichier Open project: skarllot/zbxlld

Méthodes publiques

Méthode Description
Dispose ( ) : void
Logger ( string filepath ) : System
WriteEntry ( string s ) : void
WriteFooter ( ) : void
WriteHeader ( string programName, string programVersion ) : void

Private Methods

Méthode Description
GetDateNow ( ) : string

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Logger() public méthode

public Logger ( string filepath ) : System
filepath string
Résultat System

WriteEntry() public méthode

public WriteEntry ( string s ) : void
s string
Résultat void

WriteFooter() public méthode

public WriteFooter ( ) : void
Résultat void

WriteHeader() public méthode

public WriteHeader ( string programName, string programVersion ) : void
programName string
programVersion string
Résultat void