Class LogType

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

public class LogType extends Object
Supported log types.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    This log type pertains to logs from the browser.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    logging is not in the W3C WebDriver spec and CLIENT type is no longer supported.
    static final String
    This log pertains to logs from the WebDriver implementation.
    static final String
    This log type pertains to logs relating to performance timings.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    logging is not in the W3C WebDriver spec and PROFILER type is no longer supported.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    logging is not in the W3C WebDriver spec and SERVER type is no longer supported.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • BROWSER

      public static final String BROWSER
      This log type pertains to logs from the browser.
      See Also:
    • CLIENT

      @Deprecated(forRemoval=true) public static final String CLIENT
      Deprecated, for removal: This API element is subject to removal in a future version.
      logging is not in the W3C WebDriver spec and CLIENT type is no longer supported.
      This log type pertains to logs from the client.
      See Also:
    • DRIVER

      public static final String DRIVER
      This log pertains to logs from the WebDriver implementation.
      See Also:
    • PERFORMANCE

      public static final String PERFORMANCE
      This log type pertains to logs relating to performance timings.
      See Also:
    • PROFILER

      @Deprecated(forRemoval=true) public static final String PROFILER
      Deprecated, for removal: This API element is subject to removal in a future version.
      logging is not in the W3C WebDriver spec and PROFILER type is no longer supported.
      This log type pertains to logs relating to profiler timings.
      See Also:
    • SERVER

      @Deprecated(forRemoval=true) public static final String SERVER
      Deprecated, for removal: This API element is subject to removal in a future version.
      logging is not in the W3C WebDriver spec and SERVER type is no longer supported.
      This log type pertains to logs from the remote server.
      See Also:
  • Constructor Details

    • LogType

      public LogType()