Package org.jboss.logmanager.filters
Class DenyAllFilter
java.lang.Object
org.jboss.logmanager.filters.DenyAllFilter
- All Implemented Interfaces:
Filter
A deny-all filter.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DenyAllFilter
Get the filter instance.boolean
isLoggable
(LogRecord record) Always returnsfalse
.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
DenyAllFilter
private DenyAllFilter()
-
-
Method Details
-
isLoggable
Always returnsfalse
.- Specified by:
isLoggable
in interfaceFilter
- Parameters:
record
- ignored- Returns:
false
-
getInstance
Get the filter instance.- Returns:
- the filter instance
-