LoggingSystemProperties

Utility to set system properties that can later be used by log configuration files.

Author

Andy Wilkinson

Phillip Webb

Madhura Bhave

Vedran Pavic

Robert Thornton

Eddú Meléndez

Jonatan Ivanov

Since

2.0.0

See also

Inheritors

Constructors

Link copied to clipboard
constructor(environment: Environment)
Create a new LoggingSystemProperties instance.
constructor(environment: Environment, setter: BiConsumer<String, String>)
Create a new LoggingSystemProperties instance.
constructor(environment: Environment, defaultValueResolver: (String) -> String, setter: BiConsumer<String, String>)
Create a new LoggingSystemProperties instance.

Functions

Link copied to clipboard
fun apply()
fun apply(logFile: LogFile)