public interface StatusListener
extends java.io.Closeable, java.util.EventListener
Modifier and Type | Method and Description |
---|---|
Level |
getStatusLevel()
Return the Log Level that this listener wants included.
|
void |
log(StatusData data)
Called as events occur to process the StatusData.
|
void log(StatusData data)
data
- The StatusData for the event.Level getStatusLevel()