Scripting Additions Guide

CHAPTER 2
Scripting Addition Commands
62 Command Definitions
ERRORS
Stop Log 2
The Stop Log command turns off logging in the Script Editor’s Event Log
window. Unlike most other scripting additions, the Stop Log command is built
into the AppleScript extension. It does not have a separate file in the Scripting
Additions folder.
For more information about the Event Log window, see page 61.
SYNTAX
stop log
RESULT
None
EXAMPLE
stop log
Error
number Error message
–50 Parameter error.
–108 Out of memory.
–1700 Can't make some data into the expected type.
–1701 Some parameter is missing for <commandName>.
–1704 Some parameter was invalid.
–1705 Operation involving a list item failed.
–1708 <reference> doesn't understand the <commandName> message.
–1718 Reply has not yet arrived.