LogbackLoggingSystemProperties

Constructors

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

Properties

Link copied to clipboard
The name of the System property that contains the console log charset.
Link copied to clipboard
The name of the System property that contains the console log pattern.
Link copied to clipboard
The log level threshold for console log.
Link copied to clipboard
The name of the System property that contains the exception conversion word.
Link copied to clipboard
The name of the System property that contains the file log charset.
Link copied to clipboard
The name of the System property that contains the file log pattern.
Link copied to clipboard
The log level threshold for file log.
Link copied to clipboard
The name of the System property that contains the log date-format pattern.
Link copied to clipboard
The name of the System property that contains the log file.
Link copied to clipboard
The name of the System property that contains the log level pattern.
Link copied to clipboard
The name of the System property that contains the log path.
Link copied to clipboard
The name of the System property that contains the process ID.
Link copied to clipboard
The name of the System property that contains the clean history on start flag.
Link copied to clipboard
The name of the System property that contains the rolled-over log file name pattern.
Link copied to clipboard
The name of the System property that contains the file log max size.
Link copied to clipboard
The name of the System property that contains the file log max history.
Link copied to clipboard
The name of the System property that contains the file total size cap.

Functions

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