|
JBoss LogManager 1.1.0.CR6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.logmanager.filters.DenyAllFilter
public final class DenyAllFilter
A deny-all filter.
Method Summary | |
---|---|
static DenyAllFilter |
getInstance()
Get the filter instance. |
boolean |
isLoggable(LogRecord record)
Always returns false . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean isLoggable(LogRecord record)
false
.
isLoggable
in interface Filter
record
- ignored
false
public static DenyAllFilter getInstance()
|
JBoss LogManager 1.1.0.CR6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |