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