public class LoggingInitializer extends Object implements org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
ALLBS_LOGGING_PROPERTY_SOURCE_NAME |
static String |
LOGGING_FILE_NAME_KEY |
static String |
LOGGING_FILE_PATH_KEY |
| 构造器和说明 |
|---|
LoggingInitializer() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getOrder() |
void |
postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment,
org.springframework.boot.SpringApplication application) |
public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment,
org.springframework.boot.SpringApplication application)
postProcessEnvironment 在接口中 org.springframework.boot.env.EnvironmentPostProcessorpublic int getOrder()
getOrder 在接口中 org.springframework.core.OrderedCopyright © 2022. All rights reserved.