TSPMatchSetTraceLevel function

The TSPMatchSetTraceLevel function enables tracing on pattern matching routines.

Syntax

TSPMatchSetTraceLevel('TSPM_DEBUG 1')
returns INTEGER

Usage

Run the TSPMatchSetTraceLevel to enable tracing if you want to view the entry points of pattern matching routines. The tracing file is named sessionID.trc in the /tmp directory, where sessionID is the session ID. You can change the location and name of the tracing file with the TSPMatchSetTraceFile function.

Returns

  • 0 = Tracing is enabled.
  • An error.