A log file component which is useful to log errors or other events to a log file. Allows an application to open, write and close a log file in one step or in multiple steps, logging the date and time logging was started and the date and time logging ended and in between the error messages. Also allows the original file to reach a set size and will then back up the log file with a .bak extension and then start a new log file. Useful for logging most any type of event. Freeware, source included.
Several fixes and enhancements over the years have been made. Simple code and should work for all flavors of Delphi.