Skip to content

qie.debug

Signature: qie.debug(message)

Returns: void

Log a debug level message to the system log.

Parameters

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

Example

qie.debug("Hello everyone, this is a DEBUG message.");