Web Console - Log Method
Send text to the console
Member of Web Console (PRIM_WEB.Console)
Parameters
Name | Type | Data Type | Description |
|---|---|---|---|
Text | *Input | Unicode String | Text to be sent to the console |
Type | *Input (Optional) | Enumeration | Type of message |
Details
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.
Allowed Codes
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 |