Class StdoutLogFilter
- java.lang.Object
-
- com.dkfqs.selenium.seleniumdriver.StdoutLogFilter
-
- All Implemented Interfaces:
java.util.logging.Filter
public class StdoutLogFilter extends java.lang.Object implements java.util.logging.FilterA log filter that that logs the data in a formatted way to stdout.
-
-
Constructor Summary
Constructors Constructor Description StdoutLogFilter()Create a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisLoggable(java.util.logging.LogRecord logRecord)Implements the filter and logs the data to stdout.
-