Java org.springframework.boot.logging LoggingSystemProperties fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.boot.logging LoggingSystemProperties fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.boot.logging LoggingSystemProperties.

The text is from its open source code.

Field

StringPID_KEY
The name of the System property that contains the process ID.
StringEXCEPTION_CONVERSION_WORD
The name of the System property that contains the exception conversion word.
StringLOG_FILE
The name of the System property that contains the log file.
StringLOG_PATH
The name of the System property that contains the log path.
StringCONSOLE_LOG_PATTERN
The name of the System property that contains the console log pattern.
StringFILE_LOG_PATTERN
The name of the System property that contains the file log pattern.
StringLOG_LEVEL_PATTERN
The name of the System property that contains the log level pattern.

Constructor

LoggingSystemProperties(Environment environment)
Create a new LoggingSystemProperties instance.