Class AccessConstants
- java.lang.Object
-
- org.apache.synapse.transport.http.access.AccessConstants
-
public class AccessConstants extends Object
Constants used in the Access Class
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMBINED_PATTERNPattern used to log - Default is COMBINED_PATTERN given below.static StringCOMMON_PATTERNCommon log pattern.static StringCONFIG_DIRECTORYstatic StringCONFIG_ENABLE_LOGGINGstatic StringCONFIG_FILE_DATE_FORMATstatic StringCONFIG_PATTERNstatic StringCONFIG_PREFIXstatic StringCONFIG_SUFFIXstatic StringDIRECTORYThe directory in which log files are created.static StringFILE_FORMATGives the format of the date to be appended to the name of the access log file.static StringLOG_PATTERNstatic String[]MONTHSThe set of month abbreviations for log messages.static StringPREFIXThe prefix that is added to log file filenames.static StringSUFFIXThe suffix that is added to log file filenames.
-
Constructor Summary
Constructors Constructor Description AccessConstants()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetDirectory()static StringgetFileDateFormat()static StringgetLogPattern()static StringgetPrefix()static StringgetSuffix()
-
-
-
Field Detail
-
COMBINED_PATTERN
public static final String COMBINED_PATTERN
Pattern used to log - Default is COMBINED_PATTERN given below.- See Also:
- Constant Field Values
-
LOG_PATTERN
public static final String LOG_PATTERN
- See Also:
- Constant Field Values
-
COMMON_PATTERN
public static final String COMMON_PATTERN
Common log pattern.- See Also:
- Constant Field Values
-
MONTHS
public static final String[] MONTHS
The set of month abbreviations for log messages.
-
DIRECTORY
public static String DIRECTORY
The directory in which log files are created.
-
FILE_FORMAT
public static String FILE_FORMAT
Gives the format of the date to be appended to the name of the access log file.
-
PREFIX
public static String PREFIX
The prefix that is added to log file filenames.
-
SUFFIX
public static String SUFFIX
The suffix that is added to log file filenames.
-
CONFIG_PATTERN
public static final String CONFIG_PATTERN
- See Also:
- Constant Field Values
-
CONFIG_DIRECTORY
public static final String CONFIG_DIRECTORY
- See Also:
- Constant Field Values
-
CONFIG_PREFIX
public static final String CONFIG_PREFIX
- See Also:
- Constant Field Values
-
CONFIG_SUFFIX
public static final String CONFIG_SUFFIX
- See Also:
- Constant Field Values
-
CONFIG_FILE_DATE_FORMAT
public static final String CONFIG_FILE_DATE_FORMAT
- See Also:
- Constant Field Values
-
CONFIG_ENABLE_LOGGING
public static final String CONFIG_ENABLE_LOGGING
- See Also:
- Constant Field Values
-
-