Wish Try Catch With LogColor

SMOOTSARA

Active Member
Licensed User
Longtime User
hi Erel ?

By default, the " Errors logs " are always red
But this is not the case with "Try Catch"

I always change this line " Log(LastException)"

Try

Catch
Log(LastException)
End Try

to "LogColor(LastException,Colors.Red)"

Try

Catch
LogColor(LastException,Colors.Red)
End Try

Maybe it's a good idea for the new version
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…