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