クラス ConditionEvaluationReportLoggingListener

java.lang.ObjectSE
org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
実装されたすべてのインターフェース:
ApplicationContextInitializer<ConfigurableApplicationContext>

public class ConditionEvaluationReportLoggingListener extends ObjectSE implements ApplicationContextInitializer<ConfigurableApplicationContext>
ConditionEvaluationReport をログに書き込む ApplicationContextInitializer。レポートは DEBUG レベルでログに記録されます。クラッシュレポートは、レポートを表示するためにデバッグを有効にしてユーザーが再度実行することを提案する情報出力をトリガーします。

この初期化子は、複数のアプリケーションコンテキストインスタンス間で共有されることを意図していません。

導入:
2.0.0
作成者:
Greg Turnquist, Dave Syer, Phillip Webb, Andy Wilkinson, Madhura Bhave