Package org.frankframework.lifecycle
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.
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetOrder()voidsetEnvironment(org.springframework.core.env.Environment environment)
-
Constructor Details
-
LogPropertiesConfigurer
public LogPropertiesConfigurer()
-
-
Method Details
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-
setEnvironment
public void setEnvironment(org.springframework.core.env.Environment environment) - Specified by:
setEnvironmentin interfaceorg.springframework.context.EnvironmentAware
-