shankar_r
9 years agoCommunity Hero
TypeError: Log.Error is not a function
Today i got a weird error message as TypeError: Log.Error is not a function when execution running.
Have anyone got this kind of error. My function looks like below
function test()
{
try
{
//doing mycoding
}
catch (ex)
{
Log.Error("Error occurred " + ex.stack)
}
}Scripting Language : JavaScript