TLogToFile is a simple class for logging information out to a file.  While it is simple to use it is also very powerful and flexible.

Features:

  • Use the unit – and call the LogToFile. WriteToLogFile method.  The class takes care of everything else
  • Events for before and after the logging takes place
  • Handles Multiple open log files from the one class
  • Can keep log file open between writes – for optimal performance
  • Provides selective logging via LogTags property
  • Provides Pre and Post text to allow writing log entries to HTML tables
  • Automatic archiving of Log Files
  • Full Source code, Help File (and Help Scribble source!) and demo Project


Homepage: http://www.timeacct.com/
Download: TLogToFile.zip
File Size: 267 KB
Delphi Version: Delphi 2 – Delphi 7
Source: Included