public final class LevelChangingFilter
extends java.lang.Object
implements java.util.logging.Filter
true for that
record.| Modifier and Type | Field and Description |
|---|---|
private java.util.logging.Level |
newLevel |
| Constructor and Description |
|---|
LevelChangingFilter(java.util.logging.Level newLevel)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLoggable(java.util.logging.LogRecord record)
Apply the filter to this log record.
|