xdmp.trace

xdmp.trace(
   name as String,
   value as Sequence
) as null

Summary

Signal a trace event. If trace events are activated and the event is enabled, the trace event is logged.

Parameters
name The trace event name.
value The trace event data.

Example

xdmp.trace("My Application Event",myApplicationData);
=> ()
Powered by MarkLogic Server | Terms of Use | Privacy Policy