Package org.openqa.selenium.logging
Class LogCombiner
java.lang.Object
org.openqa.selenium.logging.LogCombiner
Deprecated, for removal: This API element is subject to removal in a future version.
logging is not in the W3C WebDriver spec and is no longer supported. This class will
be removed in a future release.
Combines multiple log entries into a single sorted list.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic LogEntriescombine(LogEntries... entries) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
LogCombiner
public LogCombiner()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
combine
Deprecated, for removal: This API element is subject to removal in a future version.
-