Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
A simple, pluggable and modern logging framework for Delphi
Builds a new ILogWriter instance. Call this global function to start logging like a pro.
Interface implemented by all the classes used as appenders
The global logger. Just uses Logger.GlobalLogger and you can start to log using Log function.
Logger.GlobalLogger
Log
Use only inside DLL because dll unloading is not a safe place to shutdown threads, so call this before unload DLL
Logs to file using one different file for each different TAG used.
Logs to the console using 4 different colors for the different logs level
The default file appender
This appenders sends logs to the OutputDebugString function on Windows OSes
OutputDebugString
Represent the single log item
Appends formatted TLogItem to a TMemo in a VCL application