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