@Configuration(proxyBeanMethods=false) @ConditionalOnAvailableEndpoint(endpoint=org.springframework.boot.actuate.logging.LoggersEndpoint.class) public class LoggersEndpointAutoConfiguration extends Object
Auto-configuration for the LoggersEndpoint.| Constructor and Description |
|---|
LoggersEndpointAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
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 LoggersEndpoint loggersEndpoint(org.springframework.boot.logging.LoggingSystem loggingSystem, org.springframework.beans.factory.ObjectProvider<org.springframework.boot.logging.LoggerGroups> springBootLoggerGroups)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.