Class Log4jPropertySource

  • All Implemented Interfaces:
    org.apache.logging.log4j.util.PropertySource


    public class Log4jPropertySource
    extends Object
    implements org.apache.logging.log4j.util.PropertySource
    • Constructor Detail

      • Log4jPropertySource

        public Log4jPropertySource​()
    • Method Detail

      • getPriority

        public int getPriority​()
        Specified by:
        getPriority in interface org.apache.logging.log4j.util.PropertySource
      • forEach

        public void forEach​(org.apache.logging.log4j.util.BiConsumer<String,String> action)
        Specified by:
        forEach in interface org.apache.logging.log4j.util.PropertySource
      • getNormalForm

        public CharSequence getNormalForm​(Iterable<? extends CharSequence> tokens)
        Specified by:
        getNormalForm in interface org.apache.logging.log4j.util.PropertySource