[scriptable, uuid(883472a0-ea9b-11da-8ad9-0800200c9a66)]
Methods
Get an array of all the messages logged so far. If no messages are logged, this function will return a count of 0, but still will allocate one word for messages, so as to show up as a 0-length array when called from script.
To guard against stack overflows from listeners that could log messages (it's easy to do this inadvertently from listeners implemented in JavaScript), we don't call any listeners when another error is already being logged.
Each registered listener should also be unregistered.
Compare to:
