Web Console - Log Method

Send text to the console

Member of Web Console (PRIM_WEB.Console)

Parameters

NameTypeData TypeDescription
Text*InputUnicode StringText to be sent to the console
Type*Input (Optional)EnumerationType 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 ValueDescription
NoneSend as a normal message
WarningFlag the message as a warning
ErrorFlag the message as an error
InformationFlag the message as being informational


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2