Class LogPropertiesConfigurer

java.lang.Object
org.frankframework.lifecycle.LogPropertiesConfigurer
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.EnvironmentAware, org.springframework.core.Ordered, org.springframework.core.PriorityOrdered

public class LogPropertiesConfigurer extends Object implements org.springframework.core.PriorityOrdered, org.springframework.context.EnvironmentAware
Should be called directly after the Environment has been initialized. Finds properties that start with `logging.level.` just like Spring Boot does.
  • Constructor Details

    • LogPropertiesConfigurer

      public LogPropertiesConfigurer()
  • Method Details

    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered
    • setEnvironment

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