public void removeWarningListener( LogListener ll )
Removes the specified LogListener from the list of listeners that are to receive a notification when a warning is printed.
ll The LogListener to no longer notify.
The following code removes a LogListener from the list of warning listeners.
// ServerContext serverContext; // LogListener myWarningListener serverContext.removeWarningListener( myWarningListener ); |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |