C# Class LumiSoft.Net._LogWriter

Cached log writer.
Afficher le fichier Open project: jeske/StepsDB-alpha Class Usage Examples

Méthodes publiques

Méthode Description
AddEntry ( string logText ) : void

AddEntry ( string logText, string sessionID, string IP, string prefix ) : void

Writes log entry to log cache.

Flush ( ) : void

Writes all log entries to log file.

_LogWriter ( LogEventHandler logHandler ) : System

Default constructor.

Method Details

AddEntry() public méthode

public AddEntry ( string logText ) : void
logText string
Résultat void

AddEntry() public méthode

Writes log entry to log cache.
public AddEntry ( string logText, string sessionID, string IP, string prefix ) : void
logText string
sessionID string
IP string
prefix string
Résultat void

Flush() public méthode

Writes all log entries to log file.
public Flush ( ) : void
Résultat void

_LogWriter() public méthode

Default constructor.
public _LogWriter ( LogEventHandler logHandler ) : System
logHandler LogEventHandler
Résultat System