Package com.puppycrawl.tools.checkstyle
Class Main.OnlyCheckstyleLoggersFilter
java.lang.Object
com.puppycrawl.tools.checkstyle.Main.OnlyCheckstyleLoggersFilter
- All Implemented Interfaces:
 Filter
- Enclosing class:
 - Main
 
Log Filter used in debug mode.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanisLoggable(LogRecord logRecord) Returns whether the specified logRecord should be logged. 
- 
Field Details
- 
packageName
Name of the package used to filter on. 
 - 
 - 
Constructor Details
- 
OnlyCheckstyleLoggersFilter
private OnlyCheckstyleLoggersFilter() 
 - 
 - 
Method Details
- 
isLoggable
Returns whether the specified logRecord should be logged.- Specified by:
 isLoggablein interfaceFilter- Parameters:
 logRecord- the logRecord to log- Returns:
 - true if the logger name is in the package of this class or a subpackage
 
 
 -