类 SpringBootPropertySource

java.lang.Object
org.springframework.boot.logging.log4j2.SpringBootPropertySource
所有已实现的接口:
org.apache.logging.log4j.util.PropertySource

public class SpringBootPropertySource extends Object implements org.apache.logging.log4j.util.PropertySource
Spring Boot PropertySource that disables Log4j2's shutdown hook.
从以下版本开始:
2.5.2
作者:
Andy Wilkinson
  • 构造器详细资料

    • SpringBootPropertySource

      public SpringBootPropertySource()
  • 方法详细资料

    • forEach

      public void forEach(org.apache.logging.log4j.util.BiConsumer<String,String> action)
      指定者:
      forEach 在接口中 org.apache.logging.log4j.util.PropertySource
    • getNormalForm

      public CharSequence getNormalForm(Iterable<? extends CharSequence> tokens)
      指定者:
      getNormalForm 在接口中 org.apache.logging.log4j.util.PropertySource
    • getPriority

      public int getPriority()
      指定者:
      getPriority 在接口中 org.apache.logging.log4j.util.PropertySource
    • getProperty

      public String getProperty(String key)
      指定者:
      getProperty 在接口中 org.apache.logging.log4j.util.PropertySource
    • containsProperty

      public boolean containsProperty(String key)
      指定者:
      containsProperty 在接口中 org.apache.logging.log4j.util.PropertySource
    • getPropertyNames

      public Collection<String> getPropertyNames()
      指定者:
      getPropertyNames 在接口中 org.apache.logging.log4j.util.PropertySource