Class TLog (unit SandLog)

Inherits from

TObject

An abstract class you can use to create logfiles. See sandsim.pas for an example of a log file object.

Constructors


constructor Create(const F: String);

----------------------- TLog -------------------------


Functions

destructor Destroy;


procedure Log;


procedure Save;


Properties

Events

Variables

FileName : String;


LogList : TStringList;



Constructors


constructor Create(const F: String);

----------------------- TLog -------------------------


Functions


destructor Destroy;


procedure Log;


procedure Save;


Properties


Events


Variables


FileName : String;


LogList : TStringList;