Class InvertFilter
java.lang.Object
org.jboss.logmanager.filters.InvertFilter
- All Implemented Interfaces:
Filter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisLoggable(LogRecord record) Determine whether a log record passes this filter.
-
Field Details
-
target
-
-
Constructor Details
-
InvertFilter
-
-
Method Details
-
isLoggable
Determine whether a log record passes this filter.- Specified by:
isLoggablein interfaceFilter- Parameters:
record- the log record- Returns:
trueif the target filter returnsfalse,falseotherwise
-