Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
public void addErrorListener( LogListener ll )
Adds the specified LogListener to receive a notification when an error is printed.
When an error is printed, the following method is called LogListener.messageLogged(ianywhere.ml.script.ServerContext, ianywhere.ml.script.LogMessage).
ll The LogListener to notify.
See: LogMessage class.