OnLog Event
Fired every time the WriteToLog method is called.

Applies to
TCHMcustomEngine

Declaration
TCHMlogEvent = Procedure(Sender: TObject; Line : string) of object;

Description
It should be overridden with code to write the log to an appropriate destination.


Chameleon Delphi Documentation