|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openqa.selenium.server.log.MaxLevelFilter
public class MaxLevelFilter
java.util.logging Filter providing finer grain control over what is logged, beyond the control provided by log levels.
This filter will log all log records whose level is equal or lower than a maximum level.
Constructor Summary | |
---|---|
MaxLevelFilter(java.util.logging.Level maxLevel)
|
Method Summary | |
---|---|
boolean |
isLoggable(java.util.logging.LogRecord record)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MaxLevelFilter(java.util.logging.Level maxLevel)
Method Detail |
---|
public boolean isLoggable(java.util.logging.LogRecord record)
isLoggable
in interface java.util.logging.Filter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |