Package 

Class LogbackAccessAutoConfiguration

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final LogbackAccessContext logbackAccessContext(LogbackAccessProperties logbackAccessProperties, ResourceLoader resourceLoader, Environment environment) Provides the Logback-access context.
      • Methods inherited from class java.lang.Object

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

      • LogbackAccessAutoConfiguration

        LogbackAccessAutoConfiguration()
    • Method Detail

      • logbackAccessContext

        @Bean()@ConditionalOnMissingBean() final LogbackAccessContext logbackAccessContext(LogbackAccessProperties logbackAccessProperties, ResourceLoader resourceLoader, Environment environment)

        Provides the Logback-access context.

        Parameters:
        logbackAccessProperties - The configuration properties for Logback-access.
        resourceLoader - The resource loader.
        environment - The environment.