Tracing at run time
When your C UDR executes, you can use functions to perform
the following tracing tasks.
| Tracing task | function |
|---|---|
| Turn on tracing for one or more trace classes | mi_tracelevel_set() |
| Set the trace-output file | mi_tracefile_set() |
After the trace-output file is created, you can examine its content for information about the runtime behavior of your UDR.