Enum Class EDhApiLoggerMode

java.lang.Object
java.lang.Enum<EDhApiLoggerMode>
com.seibel.distanthorizons.api.enums.config.EDhApiLoggerMode
All Implemented Interfaces:
Serializable, Comparable<EDhApiLoggerMode>, Constable

public enum EDhApiLoggerMode extends Enum<EDhApiLoggerMode>
Since:
API 2.0.0
  • Enum Constant Details

    • DISABLED

      public static final EDhApiLoggerMode DISABLED
    • LOG_ALL_TO_FILE

      public static final EDhApiLoggerMode LOG_ALL_TO_FILE
    • LOG_ERROR_TO_CHAT

      public static final EDhApiLoggerMode LOG_ERROR_TO_CHAT
    • LOG_WARNING_TO_CHAT

      public static final EDhApiLoggerMode LOG_WARNING_TO_CHAT
    • LOG_INFO_TO_CHAT

      public static final EDhApiLoggerMode LOG_INFO_TO_CHAT
    • LOG_DEBUG_TO_CHAT

      public static final EDhApiLoggerMode LOG_DEBUG_TO_CHAT
    • LOG_ALL_TO_CHAT

      public static final EDhApiLoggerMode LOG_ALL_TO_CHAT
    • LOG_ERROR_TO_CHAT_AND_FILE

      public static final EDhApiLoggerMode LOG_ERROR_TO_CHAT_AND_FILE
    • LOG_WARNING_TO_CHAT_AND_FILE

      public static final EDhApiLoggerMode LOG_WARNING_TO_CHAT_AND_FILE
    • LOG_INFO_TO_CHAT_AND_FILE

      public static final EDhApiLoggerMode LOG_INFO_TO_CHAT_AND_FILE
    • LOG_DEBUG_TO_CHAT_AND_FILE

      public static final EDhApiLoggerMode LOG_DEBUG_TO_CHAT_AND_FILE
    • LOG_WARNING_TO_CHAT_AND_INFO_TO_FILE

      public static final EDhApiLoggerMode LOG_WARNING_TO_CHAT_AND_INFO_TO_FILE
    • LOG_ERROR_TO_CHAT_AND_INFO_TO_FILE

      public static final EDhApiLoggerMode LOG_ERROR_TO_CHAT_AND_INFO_TO_FILE
  • Field Details

    • levelForFile

      public final org.apache.logging.log4j.Level levelForFile
    • levelForChat

      public final org.apache.logging.log4j.Level levelForChat
  • Method Details

    • values

      public static EDhApiLoggerMode[] 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 EDhApiLoggerMode 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