SetContext
From STIQ
setContext ( context,logLevelThreshold )
Arguments:
- context - the message to be sent to the browser
- logLevelThreshold - one of "debug", "info", "warn", "error", sets the threshold for browser-side logging
- If logLevelThreshold is specified, set the threshold for logging to that level (debug, info, warn, error).
Note:
- The browser-side logs will not be sent back to the server, and are invisible to the Client Driver.
