@Configuration @EnableConfigurationProperties(value=LogFileWebEndpointProperties.class) public class LogFileWebEndpointAutoConfiguration extends Object
| Constructor and Description |
|---|
LogFileWebEndpointAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
LogFileWebEndpoint |
logFileWebEndpoint(Environment environment,
LogFileWebEndpointProperties properties) |
@Bean @ConditionalOnMissingBean @Conditional(value=org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointAutoConfiguration.LogFileCondition.class) public LogFileWebEndpoint logFileWebEndpoint(Environment environment, LogFileWebEndpointProperties properties)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.