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
-
Method Summary
Modifier and TypeMethodDescriptionint
getOrder()
void
setEnvironment
(org.springframework.core.env.Environment environment)
-
Constructor Details
-
LogPropertiesConfigurer
public LogPropertiesConfigurer()
-
-
Method Details
-
getOrder
public int getOrder()- Specified by:
getOrder
in interfaceorg.springframework.core.Ordered
-
setEnvironment
public void setEnvironment(org.springframework.core.env.Environment environment) - Specified by:
setEnvironment
in interfaceorg.springframework.context.EnvironmentAware
-