C# Class LowDig.Log

Show file Open project: Ezzpify/FindLowDigAccounts

Public Methods

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

Method Details

FlushLog() public method

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

Log() public method

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

Write() public method

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