Constructor | Description |
---|---|
LevelChangingFilter(Level newLevel) |
Construct a new instance.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
isLoggable(LogRecord record) |
Apply the filter to this log record.
|
public LevelChangingFilter(Level newLevel)
newLevel
- the level to change topublic boolean isLoggable(LogRecord record)
isLoggable
in interface Filter
record
- the record to inspect and possibly updatetrue
alwaysCopyright © 2019 JBoss by Red Hat. All rights reserved.