C# 클래스 LumiSoft.Net._LogWriter

Cached log writer.
파일 보기 프로젝트 열기: jeske/StepsDB-alpha 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

AddEntry() 공개 메소드

public AddEntry ( string logText ) : void
logText string
리턴 void

AddEntry() 공개 메소드

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
리턴 void

Flush() 공개 메소드

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

_LogWriter() 공개 메소드

Default constructor.
public _LogWriter ( LogEventHandler logHandler ) : System
logHandler LogEventHandler
리턴 System