org.incava.qualog
public class QlClassFilter extends QlFilter
QlFilter
,
the class under consideration is checked that it is assignable from the
filter class, that is, it is of the same class, or is a superclass.
See Also: QlFilter
Constructor Summary | |
---|---|
QlClassFilter(Class cls, QlLevel level) |
Method Summary | |
---|---|
boolean | isMatch(String fileName, int lineNumber, String className, String methodName)
Returns whether the given parameters should be enabled for logging. |