类 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 newLogbackLoggingSystemProperties
instance.LogbackLoggingSystemProperties
(Environment environment, Function<String, String> defaultValueResolver, BiConsumer<String, String> setter) Create a newLoggingSystemProperties
instance. -
方法概要
从类继承的方法 org.springframework.boot.logging.LoggingSystemProperties
apply, apply, setSystemProperty
-
构造器详细资料
-
LogbackLoggingSystemProperties
-
LogbackLoggingSystemProperties
Create a newLogbackLoggingSystemProperties
instance.- 参数:
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 newLoggingSystemProperties
instance.- 参数:
environment
- the source environmentdefaultValueResolver
- function used to resolve default values ornull
setter
- setter used to apply the property ornull
for system properties- 从以下版本开始:
- 3.2.0
-
-
方法详细资料
-
getDefaultCharset
-
apply
- 覆盖:
apply
在类中LoggingSystemProperties
-