Filename=Mylog.zip

Version=1.01

Description=This component provides a facility to log event activities in an application to a file in the hard drive. The extra features includes: TimeStamp To 1/100th Seconds, Disk access control (Immediate save or delay), Long or short date format, Number of active lines on screen. 

Usage

Mylog1.AddEvent('string'); // Show event message on the screen and save to the disk. 
Mylog1.Filename := 'FILENAME'; //Define Filename
Mylog1.FastLogs := TRUE; //Save event immediately
Mylog1.Savelogs := TRUE; //This is default setting. Theevent is post to Memo immediately, but only save                            when CheckTimeout Interval has expired.
Mylog1.MaxLines := 100; //Only 100 lines is kept at the display buffer
Mylog1.FileOpened := TRUE; //The event will be saved to the disk
MyLog1.FormatLongDate := TRUE; //Long Date time format including Day and Date
MyLog1.UpdateFile; //Saves new events (Not yet saved) from screen to disk

Delphi 3.0=Y
Delphi 4.0=Y
Delphi 5.0=Y
Delphi 6.0=Y
Delphi 7.0=Y
C++Builder 1.0=N
File Status=Freeware
Full Source=Included
Category=Visible Components

Author name=Poy Chen
Author E-mail=Poy_chen@hotmail.com
Author URL=http://www.geocities.com/pnptechnology