Class 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.Object
    Log4j configuration.
    • 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()  
      LoggingConfigurationEndpoint loggingConfigurationEndpoint​(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.core.env.Environment environment, org.springframework.core.io.ResourceLoader resourceLoader)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CasLog4jConfiguration

        public CasLog4jConfiguration()
    • 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()