Class LogEntryHandler<T extends org.openqa.selenium.bidi.log.GenericLogEntry>
java.lang.Object
org.jenkinsci.test.acceptance.selenium.LogEntryHandler<T>
- All Implemented Interfaces:
Consumer<T>
-
Constructor Summary
ConstructorsConstructorDescriptionLogEntryHandler(org.openqa.selenium.bidi.log.LogLevel minimumLogLevel, String loggerPrefix) Create a new LogEntryHandler that will accept all events of type T and log them to the logger with the supplied name as long as they are not a finer log than the minimum log level. -
Method Summary
-
Constructor Details
-
LogEntryHandler
Create a new LogEntryHandler that will accept all events of type T and log them to the logger with the supplied name as long as they are not a finer log than the minimum log level.- Parameters:
minimumLogLevel- the lowest level of logs that we want to output.loggerPrefix- prefix to apply to the logs when logging, so different log streams can be identified.
-
-
Method Details