public final class LogFilter
extends java.lang.Object
implements java.util.logging.Filter
| Constructor and Description |
|---|
LogFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLoggable(java.util.logging.LogRecord record)
Checks the log record to make sure we're filtering
messages via AdminAnything, then mutes the record
if it's within a certain time threshold.
|