Name
x_snc_codesanity.Log
Description
Produces a log output in the application log.
Script
function Log(strText)
{
if (AppGetProperty('log.active'))
{
x_snc_devtools.Log('CodeSanity: '+gs.getUserName()+': '+strText);
}
}
Sys ID
146718d3db4a8510bcced03cd3961965