You are here: Visual LANSA User Guide > 7. Tracing Applications > 7.1 Create a Trace Handler

7.1 Create a Trace Handler

Firstly, you need to create an object in your application to act as the trace handler. This object must implement the iTraceHandler interface supplied with Visual LANSA which has the following methods available:

This Trace Handler object must be installed as part of your application and will act as the system trace handler at run time.

Refer to 7.2 Example Trace Handler to get started.