Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
A simple, pluggable and modern logging framework for Delphi
LoggerPro
type TLoggerThread = class(TThread)
constructor Create(aAppenders: TLogAppenderList);
destructor Destroy; override;
property EventsHandlers: TLoggerProEventsHandler read FEventsHandlers write SetEventsHandlers;
property LogWriterQueue: TThreadedQueue<TLogItem> read FQueue;