Enum Class Loggers

java.lang.Object
java.lang.Enum<Loggers>
org.serviceconnector.log.Loggers
All Implemented Interfaces:
Serializable, Comparable<Loggers>, Constable

public enum Loggers extends Enum<Loggers>
The Enum Loggers. All available Loggers beside class Loggers in SCM.
  • Enum Constant Details

    • CONNECTION

      public static final Loggers CONNECTION
      The CONNECTION.
    • SESSION

      public static final Loggers SESSION
      The SESSION.
    • CACHE

      public static final Loggers CACHE
      The CACHE.
    • SUBSCRIPTION

      public static final Loggers SUBSCRIPTION
      The SUBSCRIPTION.
    • MESSAGE

      public static final Loggers MESSAGE
      The MESSAGE.
    • PERFORMANCE

      public static final Loggers PERFORMANCE
      The PERFORMANCE.
    • TEST

      public static final Loggers TEST
      The TEST.
  • Method Details

    • values

      public static Loggers[] 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 Loggers 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
    • getValue

      public String getValue()
      Gets the value.
      Returns:
      the value