Log

[ Namespace ]

Functions

Name

Description

error

Issues an error message on the browser console if the constant TCHMI_CONSOLE_LOG_LEVEL is greater than or equal to 1.

errorEx

Issues an error message on the browser console if the constant TCHMI_CONSOLE_LOG_LEVEL is greater than or equal to 1.

Allows additional parameters to be passed to console.error, for example to include variables in the message.

warn

Issues a warning on the browser console if the constant TCHMI_CONSOLE_LOG_LEVEL is greater than or equal to 2.

warnEx

Issues a warning on the browser console if the constant TCHMI_CONSOLE_LOG_LEVEL is greater than or equal to 2.

Allows additional parameters to be passed to console.warn, for example to include variables in the message.

info

Issues a message on the browser console if the constant TCHMI_CONSOLE_LOG_LEVEL is greater than or equal to 3.

infoEx

Issues a message on the browser console if the constant TCHMI_CONSOLE_LOG_LEVEL is greater than or equal to 3.

Allows additional parameters to be passed to console.info, for example to include variables in the message.

debug

Issues a debug message on the browser console if the constant TCHMI_CONSOLE_LOG_LEVEL is greater than or equal to 4.

debugEx

Issues a debug message on the browser console if the constant TCHMI_CONSOLE_LOG_LEVEL is greater than or equal to 4.

Allows additional parameters to be passed to console.debug, for example to include variables in the message.

Log 1:

Available from 1.8