public class ExtendedLoggingPropertiesListener
extends java.lang.Object
implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>, org.springframework.core.Ordered
| Constructor and Description |
|---|
ExtendedLoggingPropertiesListener() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder()
TODO this must run before org.springframework.boot.logging.LoggingApplicationListener (+11)
but after org.springframework.boot.context.config.ConfigFileApplicationListener (+10)
so it might be entirely accidental that this actually works
|
void |
onApplicationEvent(org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent event) |
public void onApplicationEvent(org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>public int getOrder()
getOrder in interface org.springframework.core.Ordered