|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.acelogger.level.filter.AcceptNoneLevelFilter
public class AcceptNoneLevelFilter
A filter that accepts no levels.
Constructor Summary | |
---|---|
AcceptNoneLevelFilter(String identifier)
Constructs a new link AcceptNoneLevelFilter with the supplied identifier. |
Method Summary | |
---|---|
String |
getIdentifier()
Gets a String that identifies this object. |
boolean |
isSuitable(LogLevel level)
Verifies if a log level is suitable for a determined logger. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AcceptNoneLevelFilter(String identifier)
identifier
- The identifier for this filter.Method Detail |
---|
public final String getIdentifier()
getIdentifier
in interface Identifiable
public boolean isSuitable(LogLevel level)
isSuitable
in interface LevelFilter
level
- The log level to test.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |