Hello!

I’d like to share my implementation of a logger with you.
It’s a thread-safe, cross-platform logger for Lazarus/FPC and Delphi.
It supports asynchronous file logging, real-time log capture, and optional immediate console output.
MTLogger is implemented as a singleton, so no manual initialization is needed.
Feel free to use it and improve it!
https://github.com/kompustelnik/MTLoggerCheers
