程序包 org.springframework.boot.diagnostics
package org.springframework.boot.diagnostics
Support for failure analysis and reporting.
- 另请参阅:
-
类说明AbstractFailureAnalyzer<T extends Throwable>Abstract base class for most
FailureAnalyzerimplementations.The result of analyzing a failure.Reports aFailureAnalysisto the user.AFailureAnalyzeris used to analyze a failure and provide diagnostic information that can be displayed to the user.FailureAnalysisReporterthat logs the failure analysis.