Package org.jboss.logmanager.filters
Class InvertFilter
java.lang.Object
org.jboss.logmanager.filters.InvertFilter
- All Implemented Interfaces:
Filter
An inverting filter.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isLoggable
(LogRecord record) Determine whether a log record passes this filter.
-
Constructor Details
-
InvertFilter
Construct a new instance.- Parameters:
target
- the target filter
-
-
Method Details
-
isLoggable
Determine whether a log record passes this filter.- Specified by:
isLoggable
in interfaceFilter
- Parameters:
record
- the log record- Returns:
true
if the target filter returnsfalse
,false
otherwise
-