public class CommonLoggingApplicationListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>, org.springframework.core.Ordered
| Constructor and Description |
|---|
CommonLoggingApplicationListener() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
void |
onApplicationEvent(org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent event) |
void |
reInitializeLog(Map<String,String> context) |
void |
setReInitialize(boolean value) |
public void onApplicationEvent(org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>public void setReInitialize(boolean value)
public int getOrder()
getOrder in interface org.springframework.core.OrderedCopyright © 2020. All rights reserved.