Class LoggingHandler

java.lang.Object
java.util.logging.Handler
org.openqa.selenium.logging.LoggingHandler

public class LoggingHandler extends Handler
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.