LogbackLoggingSystemProperties

constructor(environment: Environment)


constructor(environment: Environment, setter: BiConsumer<String, String>)

Create a new LogbackLoggingSystemProperties instance.

Since

2.4.3

Parameters

environment

the source environment

setter

setter used to apply the property


constructor(environment: Environment, defaultValueResolver: (String) -> String, setter: BiConsumer<String, String>)

Create a new LoggingSystemProperties instance.

Since

3.2.0

Parameters

environment

the source environment

defaultValueResolver

function used to resolve default values or null

setter

setter used to apply the property or null for systemproperties