Back

Server-side Logging


Statements can be logged by using log().

log("This is a log.");

Logs are written to the Verj.io Server Log. When running applications directly from the Verj.io Studio the log() function prints into the Designer Execution Log (View > Execution Log). Logs for applications running on a Verj.io Service Plan are visible via the Verj.io Cloud Portal.

Take care when writing logs, good logging can help you debug problems but overuse can make it difficult to see what's going on.