public void removeErrorListener( LogListener ll )
Removes the specified LogListener from the list of listeners that are to receive a notification when an error is printed.
ll The LogListener to no longer notify.
The following code removes a LogListener from the list of error listeners.
// ServerContext serverContext; // LogListener myErrorListener serverContext.removeErrorListener(myErrorListener); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |