public class AccessConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
COMBINED_PATTERN
Pattern used to log - Default is COMBINED_PATTERN given below.
|
static String |
COMMON_PATTERN
Common log pattern.
|
static String |
CONFIG_DIRECTORY |
static String |
CONFIG_FILE_DATE_FORMAT |
static String |
CONFIG_PATTERN |
static String |
CONFIG_PREFIX |
static String |
CONFIG_SUFFIX |
static String |
DIRECTORY
The directory in which log files are created.
|
static String |
FILE_FORMAT
Gives the format of the date to be appended to the name of the access log file.
|
static String |
LOG_PATTERN |
static String[] |
MONTHS
The set of month abbreviations for log messages.
|
static String |
PREFIX
The prefix that is added to log file filenames.
|
static String |
SUFFIX
The suffix that is added to log file filenames.
|
Constructor and Description |
---|
AccessConstants() |
Modifier and Type | Method and Description |
---|---|
static String |
getDirectory() |
static String |
getFileDateFormat() |
static String |
getLogPattern() |
static String |
getPrefix() |
static String |
getSuffix() |
public static final String COMBINED_PATTERN
public static final String LOG_PATTERN
public static final String COMMON_PATTERN
public static final String[] MONTHS
public static String DIRECTORY
public static String FILE_FORMAT
public static String PREFIX
public static String SUFFIX
public static final String CONFIG_PATTERN
public static final String CONFIG_DIRECTORY
public static final String CONFIG_PREFIX
public static final String CONFIG_SUFFIX
public static final String CONFIG_FILE_DATE_FORMAT
Copyright © 2005–2017 Apache Software Foundation. All rights reserved.