Skip to main content

log

The log namespace contains functions for logging messages to the console.

error( message: String )

Log an error message to the console.

This function does not terminate the pipeline -- use the global error() function instead.

info( message: String )

Log an info message to the console.

warn( message: String )

Log a warning message to the console.

On this Page