Class MethodLoggingConfiguration

java.lang.Object
com.foreach.across.modules.logging.config.MethodLoggingConfiguration
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.EnvironmentAware

@Configuration @ConditionalOnProperty("logging.method.enabled") public class MethodLoggingConfiguration extends Object implements org.springframework.context.EnvironmentAware
Author:
Arne Vandamme
  • Constructor Details

    • MethodLoggingConfiguration

      public MethodLoggingConfiguration()
  • Method Details

    • setEnvironment

      public void setEnvironment(org.springframework.core.env.Environment environment)
      Specified by:
      setEnvironment in interface org.springframework.context.EnvironmentAware
    • methodLogConfiguration

      @Bean @Exposed public MethodLogConfiguration methodLogConfiguration()