C# Class LumiSoft.Net._LogWriter

Cached log writer.
Mostra file Open project: jeske/StepsDB-alpha Class Usage Examples

Public Methods

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

public AddEntry ( string logText ) : void
logText string
return void

AddEntry() public method

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
return void

Flush() public method

Writes all log entries to log file.
public Flush ( ) : void
return void

_LogWriter() public method

Default constructor.
public _LogWriter ( LogEventHandler logHandler ) : System
logHandler LogEventHandler
return System