HotLog for Delphi and Lazarus: LogFile manager, buffered and multithreaded.
Full list SEE https://hotlog.sourceforge.io/Summary_01.htm
Ver 3.3 SEE https://sourceforge.net/projects/hotlog/
Ver 2.2 SEE https://github.com/juradoz/HotLog or
https://torry.net/components/files-and-drives/log-files/hotlog
SEE https://hotlog.sourceforge.io/
HotLog.pas is a Delphi unit which groups object definitions, routines, aso in order to fully manage a log file for you. It has been written with Delphi 6 (PE).
Licence This unit is freeware, but under copyrights that remain mine for my parts of the code, and original writers for their parts of the code. This is mainly the case about "variant open array parameters" copying routines, that come from Rudy Velthuis' pages on the web at http://rvelthuis.bei.t-online.de/index.htm. This unit can be freely used in any application, freeware, shareware or commercial. However, I would apreciate you sending me an email if you decide to use it. Of course, you use it under your own and single responsability. Neither me, nor contributors could be held responsible for any problem resulting from the use of this unit. ;-) It can also be freely distributed, provided all this licence remain within it unchanged, and that the readme.txt and this help file are distributed with it too.
Latest version, bug corrections, aso are available at http://mapage.noos.fr/qnno/pages/delphi_fr.htm
Copyright © 2004,2005 Olivier Touzot ( [email protected] )
Code highlighting in the present document often made with Chami's online code highlighter at http://www.chami.com/colorizer/
// This unit is freeware, but under copyrights that remain mine for my
// parts of the code, and original writters for their parts of the code.
// This is mainly the case about "variant open array parameters"
// copying routines, that come from Rudy Velthuis' pages on the web at :
// http://rvelthuis.bei.t-online.de/index.htm
// This unit can be freely used in any application, freeware, shareware
// or commercial. However, I would apreciate your sending me an email if
// you decide to use it. Of course, you use it under your own and single
// responsability. Neither me, nor contributors, could be held responsible
// for any problem resulting from the use of this unit. ;-)
// It can also be freely distributed, provided this licence and the copyright
// notice remains within it unchanged, and its help file is distributed
// with it too.