Console (serverside)
Last updated
Last updated
(console)
It offers support for console logging inside serverside scripting logic of custom web components or custom web services (NG / Titanium). It is named 'console', similar to what is available in browser side scripting for such custom components/services.
Type | Name | Summary |
---|---|---|
Report an error to the console.
Parameters
Object value the error object
Returns: void
Sample
Report a message to the console.
Parameters
Object value the info
Returns: void
Sample
Report a warning to the console.
Parameters
Object value the warning object
Returns: void
Sample
void
Report an error to the console.
void
Report a message to the console.
void
Report a warning to the console.