Enum EAppenderKey

    • Enum Constant Detail

      • 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 Detail

      • values

        public static EAppenderKey[] values()
        Deprecated.
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (EAppenderKey c : EAppenderKey.values())
            System.out.println(c);
        
        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