public final class RegexFilter
extends java.lang.Object
implements java.util.logging.Filter
| Modifier and Type | Field and Description |
|---|---|
private java.util.regex.Pattern |
pattern |
| Constructor and Description |
|---|
RegexFilter(java.util.regex.Pattern pattern)
Create a new instance.
|
RegexFilter(java.lang.String patternString)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLoggable(java.util.logging.LogRecord record)
Determine if this log record is loggable.
|