Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
console.debug( [$message as xs.anyAtomicType], [$valueN as xs.anyAtomicType,...] ) as null
Logs a debug-level message to the App Server log file
<install_dir>/Logs/<port>_ErrorLog.txt
; where
<install_dir>
is the MarkLogic install directory,
and <port>
is the port number of the current App
Server or "TaskServer" if the current request is running on the Task
Server.
const count = 5; console.debug("count: %d", count);
Comments