Unit implementing system log class.
uses
System,
sysutils,
Classes;
The EventLog unit implements the TEventLog component, which is a component that can be used to send log messages to the system log (if it is available) or to a file.