Class LogType


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

      Fields 
      Modifier and Type Field Description
      static java.lang.String BROWSER
      This log type pertains to logs from the browser.
      static java.lang.String CLIENT
      This log type pertains to logs from the client.
      static java.lang.String DRIVER
      This log pertains to logs from the WebDriver implementation.
      static java.lang.String PERFORMANCE
      This log type pertains to logs relating to performance timings.
      static java.lang.String PROFILER
      This log type pertains to logs relating to performance timings.
      static java.lang.String SERVER
      This log type pertains to logs from the remote server.
    • Constructor Summary

      Constructors 
      Constructor Description
      LogType()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • BROWSER

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

        public static final java.lang.String CLIENT
        This log type pertains to logs from the client.
        See Also:
        Constant Field Values
      • DRIVER

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

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

        public static final java.lang.String PROFILER
        This log type pertains to logs relating to performance timings.
        See Also:
        Constant Field Values
      • SERVER

        public static final java.lang.String SERVER
        This log type pertains to logs from the remote server.
        See Also:
        Constant Field Values
    • Constructor Detail

      • LogType

        public LogType()