org.openqa.selenium.remote.server.log
Class MaxLevelFilter
java.lang.Object
org.openqa.selenium.remote.server.log.MaxLevelFilter
- All Implemented Interfaces:
- Filter
public class MaxLevelFilter
- extends Object
- implements Filter
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MaxLevelFilter
public MaxLevelFilter(Level maxLevel)
isLoggable
public boolean isLoggable(LogRecord record)
- Specified by:
isLoggable in interface Filter
Copyright © 2013. All rights reserved.