C# Class LowDig.Log

Afficher le fichier Open project: Ezzpify/FindLowDigAccounts

Méthodes publiques

Méthode 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 méthode

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

Log() public méthode

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

Write() public méthode

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