类 LogbackLoggingSystemProperties
java.lang.Object
org.springframework.boot.logging.LoggingSystemProperties
org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
LoggingSystemProperties for Logback.- 从以下版本开始:
- 2.4.0
- 作者:
- Phillip Webb
- 另请参阅:
-
构造器概要
构造器构造器说明LogbackLoggingSystemProperties(Environment environment) LogbackLoggingSystemProperties(Environment environment, BiConsumer<String, String> setter) Create a newLogbackLoggingSystemPropertiesinstance.LogbackLoggingSystemProperties(Environment environment, Function<String, String> defaultValueResolver, BiConsumer<String, String> setter) Create a newLoggingSystemPropertiesinstance. -
方法概要
从类继承的方法 org.springframework.boot.logging.LoggingSystemProperties
apply, apply, setSystemProperty
-
构造器详细资料
-
LogbackLoggingSystemProperties
-
LogbackLoggingSystemProperties
Create a newLogbackLoggingSystemPropertiesinstance.- 参数:
environment- the source environmentsetter- setter used to apply the property- 从以下版本开始:
- 2.4.3
-
LogbackLoggingSystemProperties
public LogbackLoggingSystemProperties(Environment environment, Function<String, String> defaultValueResolver, BiConsumer<String, String> setter) Create a newLoggingSystemPropertiesinstance.- 参数:
environment- the source environmentdefaultValueResolver- function used to resolve default values ornullsetter- setter used to apply the property ornullfor system properties- 从以下版本开始:
- 3.2.0
-
-
方法详细资料
-
getDefaultCharset
-
apply
- 覆盖:
apply在类中LoggingSystemProperties
-