Enum Class LogDomain

java.lang.Object
java.lang.Enum<LogDomain>
com.couchbase.lite.LogDomain
All Implemented Interfaces:
Serializable, Comparable<LogDomain>, java.lang.constant.Constable

public enum LogDomain extends Enum<LogDomain>
Log domain
  • Enum Constant Details

    • DATABASE

      public static final LogDomain DATABASE
    • QUERY

      public static final LogDomain QUERY
    • REPLICATOR

      public static final LogDomain REPLICATOR
    • NETWORK

      public static final LogDomain NETWORK
    • LISTENER

      public static final LogDomain LISTENER
  • Field Details

  • Method Details

    • values

      public static LogDomain[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static LogDomain valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null