@Configuration(proxyBeanMethods=false) @ConditionalOnAvailableEndpoint(endpoint=org.springframework.boot.actuate.logging.LoggersEndpoint.class) public class LoggersEndpointAutoConfiguration extends java.lang.Object
Auto-configuration for the LoggersEndpoint.| Constructor and Description |
|---|
LoggersEndpointAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.actuate.logging.LoggersEndpoint |
loggersEndpoint(org.springframework.boot.logging.LoggingSystem loggingSystem,
org.springframework.beans.factory.ObjectProvider<org.springframework.boot.logging.LoggerGroups> springBootLoggerGroups) |
@Bean
@ConditionalOnBean(value=org.springframework.boot.logging.LoggingSystem.class)
@Conditional(value=org.springframework.boot.actuate.autoconfigure.logging.LoggersEndpointAutoConfiguration.OnEnabledLoggingSystemCondition.class)
@ConditionalOnMissingBean
public org.springframework.boot.actuate.logging.LoggersEndpoint loggersEndpoint(org.springframework.boot.logging.LoggingSystem loggingSystem,
org.springframework.beans.factory.ObjectProvider<org.springframework.boot.logging.LoggerGroups> springBootLoggerGroups)