public void addWarningListener( LogListener ll )
Adds the specified LogListener to receive a notification when a warning 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.