LoggingSystemProperties

constructor(environment: Environment)

Create a new LoggingSystemProperties instance.

Parameters

environment

the source environment


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

Create a new LoggingSystemProperties instance.

Since

2.4.2

Parameters

environment

the source environment

setter

setter used to apply the property or null for systemproperties


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