Package org.apereo.cas.logging.config
Class CasLoggingConfiguration.CasLog4jConfiguration
- java.lang.Object
-
- org.apereo.cas.logging.config.CasLoggingConfiguration.CasLog4jConfiguration
-
- Enclosing class:
- CasLoggingConfiguration
@ConditionalOnClass(org.apache.logging.log4j.core.LoggerContext.class) @Configuration(value="CasLog4jConfiguration", proxyBeanMethods=false) public static class CasLoggingConfiguration.CasLog4jConfiguration extends java.lang.ObjectLog4j configuration.
-
-
Constructor Summary
Constructors Constructor Description CasLog4jConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.boot.web.servlet.ServletListenerRegistrationBean<org.apache.logging.log4j.web.Log4jServletContextListener>log4jServletContextListener()LoggingConfigurationEndpointloggingConfigurationEndpoint(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.core.env.Environment environment, org.springframework.core.io.ResourceLoader resourceLoader)
-
-
-
Method Detail
-
loggingConfigurationEndpoint
@Bean @ConditionalOnAvailableEndpoint @RefreshScope(proxyMode=DEFAULT) public LoggingConfigurationEndpoint loggingConfigurationEndpoint(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.core.env.Environment environment, org.springframework.core.io.ResourceLoader resourceLoader)
-
log4jServletContextListener
@Bean @RefreshScope(proxyMode=DEFAULT) public org.springframework.boot.web.servlet.ServletListenerRegistrationBean<org.apache.logging.log4j.web.Log4jServletContextListener> log4jServletContextListener()
-
-