Create a trace class

Tracing classes are categories of tracing that can be activated independently, allowing you to tune your tracing output to suspected problem areas.

To enable tracing in a database, you must insert the DataBlade® trace class as a record in the systraceclasses system catalog.

The tracing generated by BladeSmith provides a single trace class, with the same name as your DataBlade project.

This example creates a trace class for the Business DataBlade module:
insert into informix.systraceclasses(name)
   values('Business');

You can create your own tracing classes for customized tracing. See the Informix® DataBlade API Programmer's Guide for more information.