Timestamp | Source | Line/Column | Message | |
---|---|---|---|---|
No messages |
Note
To use this feature you need a version of eXist build after April 10th, 2014. Older versions may work in part.
If you upgraded this app from an older version, please restart eXist once to refresh the library on the web server.
Use the console:log functions in your XQuery to send messages to the remote console. For example:
import module namespace console="http://exist-db.org/xquery/console"; console:log("Hello world!")