C# Class TubeGuardian.clsFileLogger

Afficher le fichier Open project: joshgoodwin/TubeGuardian Class Usage Examples

Méthodes publiques

Méthode Description
Initialize ( ) : void
appendFile ( string data ) : void
clsFileLogger ( string filename ) : System
readFile ( ) : string

Méthodes protégées

Méthode Description
Error ( IOException e ) : void

Method Details

Error() protected méthode

protected Error ( IOException e ) : void
e System.IO.IOException
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

appendFile() public méthode

public appendFile ( string data ) : void
data string
Résultat void

clsFileLogger() public méthode

public clsFileLogger ( string filename ) : System
filename string
Résultat System

readFile() public méthode

public readFile ( ) : string
Résultat string