Send text to the console
Member of Web Console (PRIM_WEB.Console)
Name | Type | Data Type | Description |
---|---|---|---|
Text | *Input | Unicode String | Text to be sent to the console |
Type | *Input (Optional) | Enumeration | Type of message |
The Log message outputs the text as specified in the String parameter and an associated Code to the browser console. This feature uses browser specific functionality. Precise implementation will depend on the browser.
Enum Value | Description |
---|---|
None | Send as a normal message |
Warning | Flag the message as a warning |
Error | Flag the message as an error |
Information | Flag the message as being informational |
Febuary 18 V14SP2