Skip to main content

Module log

Module log 

Source
Expand description

Structured logging from inside your WASM skill.

Messages appear in the workforce hub’s log output prefixed with [wasm-skill].

Functions§

debug
Log a debug message (level 3).
error
Log an error message (level 0).
info
Log an info message (level 2).
warn
Log a warning message (level 1).