Package org.jboss.logmanager.filters
Class DenyAllFilter
- java.lang.Object
-
- org.jboss.logmanager.filters.DenyAllFilter
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DenyAllFiltergetInstance()Get the filter instance.booleanisLoggable(LogRecord record)Always returnsfalse.
-
-
-
Method Detail
-
isLoggable
public boolean isLoggable(LogRecord record)
Always returnsfalse.- Specified by:
isLoggablein interfaceFilter- Parameters:
record- ignored- Returns:
false
-
getInstance
public static DenyAllFilter getInstance()
Get the filter instance.- Returns:
- the filter instance
-
-