iNTERFACEWARE Products Manual > Installing and Using Chameleon > Language API Documentation > Borland Delphi Support > OnLog Event |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
Chameleon's framework is designed to encapsulate the actual logging devices being used. This is done through the usage of the OnLog event on the Engine object. Applications can write to the log by invoking the WriteToLog method. The following code fragment shows how you might choose to implement the Log event in the case of just displaying the log in a memo control. In a real world application, you would most likely use a log file.
|