Class AccessConstants
java.lang.Object
org.apache.synapse.transport.http.access.AccessConstants
Constants used in the Access Class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringPattern used to log - Default is COMBINED_PATTERN given below.static final StringCommon log pattern.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic StringThe directory in which log files are created.static StringGives the format of the date to be appended to the name of the access log file.static final Stringstatic final String[]The set of month abbreviations for log messages.static StringThe prefix that is added to log file filenames.static StringThe suffix that is added to log file filenames. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
COMBINED_PATTERN
Pattern used to log - Default is COMBINED_PATTERN given below.- See Also:
-
LOG_PATTERN
- See Also:
-
COMMON_PATTERN
Common log pattern.- See Also:
-
MONTHS
The set of month abbreviations for log messages. -
DIRECTORY
The directory in which log files are created. -
FILE_FORMAT
Gives the format of the date to be appended to the name of the access log file. -
PREFIX
The prefix that is added to log file filenames. -
SUFFIX
The suffix that is added to log file filenames. -
CONFIG_PATTERN
- See Also:
-
CONFIG_DIRECTORY
- See Also:
-
CONFIG_PREFIX
- See Also:
-
CONFIG_SUFFIX
- See Also:
-
CONFIG_FILE_DATE_FORMAT
- See Also:
-
CONFIG_ENABLE_LOGGING
- See Also:
-
-
Constructor Details
-
AccessConstants
public AccessConstants()
-
-
Method Details
-
getLogPattern
-
getSuffix
-
getPrefix
-
getFileDateFormat
-
getDirectory
-