Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
public void removeInfoListener( LogListener ll )
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);