marklogic / marklogic-geo-data-services

Geo Data Services supporting Esri Koop Provider and WFS (future)
https://marklogic.github.io/marklogic-geo-data-services/
Other
2 stars 5 forks source link

Convert all trace events to use the ext/trace.sjs module #84

Open jkerr5 opened 3 years ago

jkerr5 commented 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.

jkerr5 commented 2 years ago

Also add a function to see if the trace level is enabled.