uTrace

Writes a trace message into a log.

You must manually set the trace level to at least 1before invoking the uTrace() function. To set the trace level to 1, do one of these:
  • Invoke uTracelevel(1) before invoking the uTrace() function.

  • If you are using Sybase IQ InfoPrimer Development, set the trace level to 1 in the Default.ini file located in the etc directory of the installation folder. Restart Sybase IQ InfoPrimer Development.

  • If you are using Sybase IQ InfoPrimer Server, start the server with the “--tracelevel 1” option.

Syntax

string uTrace(tracetext);

Parameters

Examples