Enum EAppenderKey

java.lang.Object
java.lang.Enum<EAppenderKey>
de.xima.fc.mdl.enums.EAppenderKey
All Implemented Interfaces:
Serializable, Comparable<EAppenderKey>

@Deprecated public enum EAppenderKey extends Enum<EAppenderKey>
Deprecated.
Enum with property-keys (suffix) for appenders
  • Enum Constant Details

    • TYPE

      public static final EAppenderKey TYPE
      Deprecated.
    • FILE

      public static final EAppenderKey FILE
      Deprecated.
    • MAXFILESIZE

      public static final EAppenderKey MAXFILESIZE
      Deprecated.
    • MAXBACKUPINDEX

      public static final EAppenderKey MAXBACKUPINDEX
      Deprecated.
    • LAYOUT

      public static final EAppenderKey LAYOUT
      Deprecated.
    • ENCODING

      public static final EAppenderKey ENCODING
      Deprecated.
    • LAYOUTPATTERN

      public static final EAppenderKey LAYOUTPATTERN
      Deprecated.
    • THRESHOLD

      public static final EAppenderKey THRESHOLD
      Deprecated.
  • Method Details

    • values

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

      public static EAppenderKey valueOf(String name)
      Deprecated.
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • getKey

      public String getKey(String appenderName)
      Deprecated.
      Parameters:
      appenderName - String name of the appender
      Returns:
      String the property-key created by the enum-value and the given appender. Pattern: log4j.appender.[appenderName](.suffix)
    • getDefaultValue

      public String getDefaultValue()
      Deprecated.
      Returns:
      String the default field-value