Skip to content

qie.error

Signature: qie.error(message)

Returns: void

Log an error level message to the system log.

Note

Will send an email alert if the system is configured for email alerts.

Parameters

Type Name Description Default
String message the message to be added to the system log

Example

qie.error("Hello everyone, this is an ERROR message.");