java.util.logging.Filter
public 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.Filter
record
- ignoredfalse
public static DenyAllFilter getInstance()
Copyright © 2018. All rights reserved.