Forum Discussion
rraghvani
Champion Level 3
3 years agoRefer to Log Object and Posting Messages to the Log. You can use the following methods,
Log.Message("SmartBear")
Log.Warning("SmartBear")
Log.Error("SmarBear")
You will have to check if the "Alarm Button" does not exist, then output the appropriate message to the log.
- avinashshukla3 years agoOccasional Contributor
Thanks,
How can I combine the default msg + custom msg?
eg : Alarm Button + The object "toolStrip" does not exist.