qie.warn¶ Signature: qie.warn(message) Returns: void Log a warning level message to the system log. Parameters¶ Type Name Description Default String message the message to be added to the system log Example¶ qie.warn("Hello everyone, this is a WARN message.");