@Configuration @ConditionalOnEnabledEndpoint(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) |
@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)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.