Package org.jboss.logmanager.filters
Class LevelChangingFilter
- java.lang.Object
-
- org.jboss.logmanager.filters.LevelChangingFilter
-
- All Implemented Interfaces:
java.util.logging.Filter
public final class LevelChangingFilter extends java.lang.Object implements java.util.logging.FilterA filter which modifies the log record with a new level if the nested filter evaluatestruefor that record.
-
-
Constructor Summary
Constructors Constructor Description LevelChangingFilter(java.util.logging.Level newLevel)Construct a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisLoggable(java.util.logging.LogRecord record)Apply the filter to this log record.
-