public final class DenyAllFilter
extends java.lang.Object
implements java.util.logging.Filter
Modifier and Type | Field and Description |
---|---|
private static DenyAllFilter |
INSTANCE |
Modifier | Constructor and Description |
---|---|
private |
DenyAllFilter() |
Modifier and Type | Method and Description |
---|---|
static DenyAllFilter |
getInstance()
Get the filter instance.
|
boolean |
isLoggable(java.util.logging.LogRecord record)
Always returns
false . |
private static final DenyAllFilter INSTANCE
public boolean isLoggable(java.util.logging.LogRecord record)
false
.isLoggable
in interface java.util.logging.Filter
record
- ignoredfalse
public static DenyAllFilter getInstance()