C# Class Zombie.StatusLogFile

The status log file provides an easy way to capture error and trace information in a log file.
Inheritance: IStatusListener
Afficher le fichier Open project: pkpjpm/Zombie

Méthodes publiques

Méthode Description
StatusLogFile ( string logFilePath ) : System

Private Methods

Méthode Description
FormatLine ( string Heading, string Summary, string Details ) : string
IStatusListener ( string Summary, string Details ) : void
WriteTextToFile ( string Contents ) : void

Method Details

StatusLogFile() public méthode

public StatusLogFile ( string logFilePath ) : System
logFilePath string
Résultat System