Class MaxLevelFilter
- java.lang.Object
-
- org.openqa.selenium.remote.server.log.MaxLevelFilter
-
- All Implemented Interfaces:
java.util.logging.Filter
public class MaxLevelFilter extends java.lang.Object implements java.util.logging.Filterjava.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
Constructors Constructor Description MaxLevelFilter(java.util.logging.Level maxLevel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisLoggable(java.util.logging.LogRecord record)
-