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