public interface SubLogFilter
Modifier and Type | Method and Description |
---|---|
boolean |
log(java.util.logging.Level level,
java.lang.String message)
Determine if this message should be logged
|
void |
start()
Called when the logging has started
|
void |
stop()
Called when the logging has stopped
|
void start()
boolean log(java.util.logging.Level level, java.lang.String message)
level
- Log Levelmessage
- Message to Logvoid stop()