@AutoConfiguration @ConditionalOnAvailableEndpoint(endpoint=org.springframework.boot.actuate.logging.LogFileWebEndpoint.class) @EnableConfigurationProperties(value=LogFileWebEndpointProperties.class) public class LogFileWebEndpointAutoConfiguration extends java.lang.Object
Auto-configuration for LogFileWebEndpoint.| Constructor and Description |
|---|
LogFileWebEndpointAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.actuate.logging.LogFileWebEndpoint |
logFileWebEndpoint(org.springframework.beans.factory.ObjectProvider<org.springframework.boot.logging.LogFile> logFile,
LogFileWebEndpointProperties properties) |
@Bean
@ConditionalOnMissingBean
@Conditional(value=org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointAutoConfiguration.LogFileCondition.class)
public org.springframework.boot.actuate.logging.LogFileWebEndpoint logFileWebEndpoint(org.springframework.beans.factory.ObjectProvider<org.springframework.boot.logging.LogFile> logFile,
LogFileWebEndpointProperties properties)