クラス Log4j2LoggingSystemProperties

java.lang.ObjectSE
org.springframework.boot.logging.LoggingSystemProperties
org.springframework.boot.logging.log4j2.Log4j2LoggingSystemProperties

public class Log4j2LoggingSystemProperties extends LoggingSystemProperties
導入:
4.1.0
作成者:
HoJoo Moon
関連事項:
  • コンストラクターの詳細

    • Log4j2LoggingSystemProperties

      public Log4j2LoggingSystemProperties(Environment environment)
    • Log4j2LoggingSystemProperties

      public Log4j2LoggingSystemProperties(Environment environment, FunctionSE<@Nullable StringSE, @Nullable StringSE> defaultValueResolver, @Nullable BiConsumerSE<StringSE, @Nullable StringSE> setter)
      新しい Log4j2LoggingSystemProperties インスタンスを作成します。
      パラメーター:
      environment - ソース環境
      defaultValueResolver - デフォルト値または null を解決するために使用される関数
      setter - プロパティを適用するために使用される setter、またはシステムプロパティに使用される null 
  • 方法の詳細