public class AutoConfigurationReportLoggingInitializer extends Object implements org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>, org.springframework.boot.SpringApplicationErrorHandler
ApplicationContextInitializer and SpringApplicationErrorHandler that
writes the AutoConfigurationReport to the log. Reports are logged at the
DEBUG level unless there was a problem, in which case they are
the INFO level is used.
This initializer is not intended to be shared across multiple application context instances.
| Modifier and Type | Class and Description |
|---|---|
static class |
AutoConfigurationReportLoggingInitializer.AutoConfigurationReportLogger
Spring bean to actually perform the logging.
|
| Constructor and Description |
|---|
AutoConfigurationReportLoggingInitializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleError(org.springframework.boot.SpringApplication application,
org.springframework.context.ConfigurableApplicationContext applicationContext,
String[] args,
Throwable exception) |
void |
initialize(org.springframework.context.ConfigurableApplicationContext applicationContext) |
public AutoConfigurationReportLoggingInitializer()
public void initialize(org.springframework.context.ConfigurableApplicationContext applicationContext)
initialize in interface org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>public void handleError(org.springframework.boot.SpringApplication application,
org.springframework.context.ConfigurableApplicationContext applicationContext,
String[] args,
Throwable exception)
handleError in interface org.springframework.boot.SpringApplicationErrorHandlerCopyright © 2013. All Rights Reserved.