While scripting, I often use errors to let me know when the data or functionality I expect isn't coming through. Yesterday I was working on a script that affected a form that I didn't realize other people were actively working on in the sandbox. My helpful errors weren't so helpful for them. Do you have elegant solutions for forcing errors to the log instead of throwing them on-screen for end users? I know about logging functions - my question is more about style rather than syntax.