Warning Method
The Warning method adds a warning entry to the log file.
Syntax
SiteKiosk.Logfile.Warning(msg)
|
Parameters
msg |
String that specifies the warning message. |
Return Value
Remarks
Examples
The following example adds a warning message to the SiteKiosk log file.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
SiteKiosk.Logfile.Warning('This is a warning.');
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top