removeInfoListener method

Syntax
public void removeInfoListener( LogListener sl )
Remarks

Remove the specified LogListener from the list of listeners to receive a notification when info is printed.

Parameters
  • ll   The listener to no longer notify.

Example

The following code removes a LogListener from the list of info listeners.

// ServerContext serverContext;
// LogListener myInfoListener
serverContext.removeInfoListener(myInfoListener);