Log
[ Namespace ]
Functions
Name |
Description |
---|---|
Issues an error message on the browser console if the constant TCHMI_CONSOLE_LOG_LEVEL is greater than or equal to 1. | |
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. | |
Issues a warning on the browser console if the constant TCHMI_CONSOLE_LOG_LEVEL is greater than or equal to 2. | |
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. | |
Issues a message on the browser console if the constant TCHMI_CONSOLE_LOG_LEVEL is greater than or equal to 3. | |
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. | |
Issues a debug message on the browser console if the constant TCHMI_CONSOLE_LOG_LEVEL is greater than or equal to 4. | |
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. |
Available from 1.8 |