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