C# Класс LowDig.Log

Показать файл Открыть проект

Открытые методы

Метод Описание
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