private static final class Main.OnlyCheckstyleLoggersFilter extends java.lang.Object implements java.util.logging.Filter
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
packageName
Name of the package used to filter on.
|
| Modifier | Constructor and Description |
|---|---|
private |
OnlyCheckstyleLoggersFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLoggable(java.util.logging.LogRecord logRecord)
Returns whether the specified logRecord should be logged.
|
private final java.lang.String packageName
private OnlyCheckstyleLoggersFilter()
public boolean isLoggable(java.util.logging.LogRecord logRecord)
isLoggable in interface java.util.logging.FilterlogRecord - the logRecord to logCopyright © 2001-2022. All Rights Reserved.