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