A RESTful browser for eXist Java-Based Function Modules


http://exist-db.org/xquery/system
A module for retrieving information about eXist and the system.

system:enable-tracing($enable as xs:boolean) empty()
Enable function tracing on the database instance.
$enableThe boolean flag to enable/disable function tracing

system:enable-tracing($enable as xs:boolean, $tracelog as xs:boolean) empty()
Enable function tracing on the database instance.
$enableThe enable boolean flag to enable/disable function tracing
$tracelogThe tracelog boolean flag: if set to true, entering/exiting a function will be logged to the logger 'xquery.profiling'
Return to list of all modules