public class LoggingSystemProperties extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | CONSOLE_LOG_PATTERNThe name of the System property that contains the console log pattern. | 
| static String | EXCEPTION_CONVERSION_WORDThe name of the System property that contains the exception conversion word. | 
| static String | FILE_CLEAN_HISTORY_ON_STARTThe name of the System property that contains the clean history on start flag. | 
| static String | FILE_LOG_PATTERNThe name of the System property that contains the file log pattern. | 
| static String | FILE_MAX_HISTORYThe name of the System property that contains the file log max history. | 
| static String | FILE_MAX_SIZEThe name of the System property that contains the file log max size. | 
| static String | FILE_TOTAL_SIZE_CAPThe name of the System property that contains the file total size cap. | 
| static String | LOG_DATEFORMAT_PATTERNThe name of the System property that contains the log date-format pattern. | 
| static String | LOG_FILEThe name of the System property that contains the log file. | 
| static String | LOG_LEVEL_PATTERNThe name of the System property that contains the log level pattern. | 
| static String | LOG_PATHThe name of the System property that contains the log path. | 
| static String | PID_KEYThe name of the System property that contains the process ID. | 
| static String | ROLLING_FILE_NAME_PATTERNThe name of the System property that contains the rolled-over log file name
 pattern. | 
| Constructor and Description | 
|---|
| LoggingSystemProperties(Environment environment)Create a new  LoggingSystemPropertiesinstance. | 
public static final String PID_KEY
public static final String EXCEPTION_CONVERSION_WORD
public static final String LOG_FILE
public static final String LOG_PATH
public static final String CONSOLE_LOG_PATTERN
public static final String FILE_CLEAN_HISTORY_ON_START
public static final String FILE_LOG_PATTERN
public static final String FILE_MAX_HISTORY
public static final String FILE_MAX_SIZE
public static final String FILE_TOTAL_SIZE_CAP
public static final String LOG_LEVEL_PATTERN
public static final String LOG_DATEFORMAT_PATTERN
public static final String ROLLING_FILE_NAME_PATTERN
public LoggingSystemProperties(Environment environment)
LoggingSystemProperties instance.environment - the source environmentpublic void apply()
public void apply(LogFile logFile)