Package org.jboss.logmanager.filters
Class InvertFilter
- java.lang.Object
-
- org.jboss.logmanager.filters.InvertFilter
-
-
Constructor Summary
Constructors Constructor Description InvertFilter(Filter target)Construct a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisLoggable(LogRecord record)Determine whether a log record passes this filter.
-
-
-
Constructor Detail
-
InvertFilter
public InvertFilter(Filter target)
Construct a new instance.- Parameters:
target- the target filter
-
-
Method Detail
-
isLoggable
public boolean isLoggable(LogRecord record)
Determine whether a log record passes this filter.- Specified by:
isLoggablein interfaceFilter- Parameters:
record- the log record- Returns:
trueif the target filter returnsfalse,falseotherwise
-
-