I’m trying to figure out how to use trace in my application.
I have added this line in my source file:
trace(USER1_TRACE, TRACE_DEBUG, "trace user1 debug
");
But where can I see this trace message? (On stdout or on the CLI)?
I have already enabled trace with ‘settrace state=on’ on the CLI but that didn’t help.