Package-level declarations

Functions

Link copied to clipboard
.debug message:{String} -> Void

Logs a message (debug level) to the standard output. Note that -Dloglevel=debug must be enabled to see debug messages.

Link copied to clipboard
.error message:{String} -> Void

Throws an Exception with the given message. The result depends on the pipeline's error handler. By default, the message is logged (error level) to the standard output and an error box is rendered on the document. If the program is run on strict mode, the stack trace is printed and the process will be stopped.

Link copied to clipboard
.log message:{String} -> Void

Logs a message (info level) to the standard output.