void LogDiag(string)

Logs a diagnostics log to the KW Platform event log

Security

Trust Level Required: Medium Trust

Parameters

Name Description
msg string
The message to log

Return

Void

Examples


window.addEventListener("beforeunload", function(event) {
	var procUpTime = KioApp.GetProcessUptimeMs();
	KioApp.LogDiag("Unloading " + location.href + " at " + procUpTime + "milliseconds");
});
    

Requirements

KioWare for Windows version 8.1 or greater.