public class ClassNameFilter extends NameFilter
level, namePrefix| Constructor and Description |
|---|
ClassNameFilter(java.lang.String clsPrefix,
java.util.logging.Level level)
Creates a new filter based on a class name and a log level.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLoggable(java.util.logging.LogRecord record) |
isLoggable, isLoggablepublic ClassNameFilter(java.lang.String clsPrefix,
java.util.logging.Level level)
clsPrefix - The prefix the source class needs to pass this filter.level - The level (lower limit) that passes this filter.