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);