java.util.logging.Filterpublic final class AcceptAllFilter
extends java.lang.Object
implements java.util.logging.Filter
| Modifier and Type | Method | Description |
|---|---|---|
static AcceptAllFilter |
getInstance() |
Get the filter instance.
|
boolean |
isLoggable(java.util.logging.LogRecord record) |
Always returns
true. |
public boolean isLoggable(java.util.logging.LogRecord record)
true.isLoggable in interface java.util.logging.Filterrecord - ignoredtruepublic static AcceptAllFilter getInstance()
Copyright © 2018. All rights reserved.