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