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 |
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[] |
MONTHS
The set of month abbreviations for log messages.
|
static String |
PREFIX
The prefix that is added to log file file names.
|
static String |
SUFFIX
The suffix that is added to log file file names.
|
Constructor and Description |
---|
AccessConstants() |
public static final String COMBINED_PATTERN
public static final String[] MONTHS
public static final String DIRECTORY
public static final String FILE_FORMAT
public static final String PREFIX
public static final String SUFFIX
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.