Package org.openqa.selenium.logging
Class LoggingHandler
java.lang.Object
java.util.logging.Handler
org.openqa.selenium.logging.LoggingHandler
A custom handler used to record log entries.
This handler queues up log records as they come, up to MAX_RECORDS (currently 1000) records. If it reaches this capacity it will remove the older records from the queue before adding the next one.
-
Method Summary
Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel