C# 클래스 LowDig.Log

파일 보기 프로젝트 열기: Ezzpify/FindLowDigAccounts

공개 메소드들

메소드 설명
FlushLog ( bool ignoreCondition = false ) : void

Flushed the log queue to file

Log ( string LogPath, int QueueSize ) : System

Class constructor

Write ( Config account ) : void

Write an account to queue to be flushed and written to file later

메소드 상세

FlushLog() 공개 메소드

Flushed the log queue to file
public FlushLog ( bool ignoreCondition = false ) : void
ignoreCondition bool If true, flush regardless of queue sie
리턴 void

Log() 공개 메소드

Class constructor
public Log ( string LogPath, int QueueSize ) : System
LogPath string Path to log file
QueueSize int
리턴 System

Write() 공개 메소드

Write an account to queue to be flushed and written to file later
public Write ( Config account ) : void
account Config Account to log
리턴 void