Class LogCombiner

java.lang.Object
org.openqa.selenium.logging.LogCombiner

@Deprecated(forRemoval=true) public class LogCombiner extends Object
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 Details

    • LogCombiner

      public LogCombiner()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • combine

      public static LogEntries combine(LogEntries... entries)
      Deprecated, for removal: This API element is subject to removal in a future version.