Class LogbackLoggingSystemProperties
java.lang.Object
org.springframework.boot.logging.LoggingSystemProperties
org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
LoggingSystemProperties for Logback.- Since:
 - 2.4.0
 - Author:
 - Phillip Webb
 - See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.static final StringDeprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 in favor of callingRollingPolicySystemProperty.getEnvironmentVariableName()onRollingPolicySystemProperty.FILE_NAME_PATTERNstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 in favor of callingRollingPolicySystemProperty.getEnvironmentVariableName()onRollingPolicySystemProperty.MAX_FILE_SIZEstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 in favor of callingRollingPolicySystemProperty.getEnvironmentVariableName()onRollingPolicySystemProperty.MAX_HISTORYstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 in favor of callingRollingPolicySystemProperty.getEnvironmentVariableName()onRollingPolicySystemProperty.TOTAL_SIZE_CAPFields inherited from class org.springframework.boot.logging.LoggingSystemProperties
CONSOLE_LOG_CHARSET, CONSOLE_LOG_PATTERN, CONSOLE_LOG_THRESHOLD, EXCEPTION_CONVERSION_WORD, FILE_LOG_CHARSET, FILE_LOG_PATTERN, FILE_LOG_THRESHOLD, LOG_DATEFORMAT_PATTERN, LOG_FILE, LOG_LEVEL_PATTERN, LOG_PATH, PID_KEY - 
Constructor Summary
ConstructorsConstructorDescriptionLogbackLoggingSystemProperties(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. - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidapply(LogFile logFile, PropertyResolver resolver) protected CharsetMethods inherited from class org.springframework.boot.logging.LoggingSystemProperties
apply, apply, setSystemProperty, setSystemProperty, setSystemProperty 
- 
Field Details
- 
ROLLINGPOLICY_FILE_NAME_PATTERN
@Deprecated(since="3.2.0", forRemoval=true) public static final String ROLLINGPOLICY_FILE_NAME_PATTERNDeprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 in favor of callingRollingPolicySystemProperty.getEnvironmentVariableName()onRollingPolicySystemProperty.FILE_NAME_PATTERNThe name of the System property that contains the rolled-over log file name pattern. - 
ROLLINGPOLICY_CLEAN_HISTORY_ON_START
@Deprecated(since="3.2.0", forRemoval=true) public static final String ROLLINGPOLICY_CLEAN_HISTORY_ON_STARTDeprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 in favor of callingRollingPolicySystemProperty.getEnvironmentVariableName()onRollingPolicySystemProperty.CLEAN_HISTORY_ON_STARTThe name of the System property that contains the clean history on start flag. - 
ROLLINGPOLICY_MAX_FILE_SIZE
Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 in favor of callingRollingPolicySystemProperty.getEnvironmentVariableName()onRollingPolicySystemProperty.MAX_FILE_SIZEThe name of the System property that contains the file log max size. - 
ROLLINGPOLICY_TOTAL_SIZE_CAP
Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 in favor of callingRollingPolicySystemProperty.getEnvironmentVariableName()onRollingPolicySystemProperty.TOTAL_SIZE_CAPThe name of the System property that contains the file total size cap. - 
ROLLINGPOLICY_MAX_HISTORY
Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 in favor of callingRollingPolicySystemProperty.getEnvironmentVariableName()onRollingPolicySystemProperty.MAX_HISTORYThe name of the System property that contains the file log max history. 
 - 
 - 
Constructor Details
- 
LogbackLoggingSystemProperties
 - 
LogbackLoggingSystemProperties
Create a newLogbackLoggingSystemPropertiesinstance.- Parameters:
 environment- the source environmentsetter- setter used to apply the property- Since:
 - 2.4.3
 
 - 
LogbackLoggingSystemProperties
public LogbackLoggingSystemProperties(Environment environment, Function<String, String> defaultValueResolver, BiConsumer<String, String> setter) Create a newLoggingSystemPropertiesinstance.- Parameters:
 environment- the source environmentdefaultValueResolver- function used to resolve default values ornullsetter- setter used to apply the property ornullfor system properties- Since:
 - 3.2.0
 
 
 - 
 - 
Method Details
- 
getDefaultCharset
- Overrides:
 getDefaultCharsetin classLoggingSystemProperties
 - 
apply
- Overrides:
 applyin classLoggingSystemProperties
 
 - 
 
RollingPolicySystemProperty.getEnvironmentVariableName()onRollingPolicySystemProperty.CLEAN_HISTORY_ON_START