Open jkerr5 opened 3 years ago
Some code uses the functions defined in ext/trace.sjs but most trace calls just use xdmp.trace directly. The code should be consistent and use the library so multiple trace levels can be used.
xdmp.trace
Also add a function to see if the trace level is enabled.
Some code uses the functions defined in ext/trace.sjs but most trace calls just use
xdmp.trace
directly. The code should be consistent and use the library so multiple trace levels can be used.