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