$systemOutput()
Overview
public void function $systemOutput(
required string message
, string appId
)
Logs to the Lucee system output console (either direct to console, or to catalina.out if Tomcat, etc). This method wraps SystemOutput() and adds a PRESIDE prefix + timestamp to every log.
Example:
$systemOutput( "Lions and tigers and bears. Oh my!" );
Arguments
Name | Type | Required | Description |
---|---|---|---|
message | string | Yes | The message to send to the console/log |
appId | string | No |