Class AccessConstants


  • public class AccessConstants
    extends Object
    Constants used in the Access Class
    • 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
      • 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.
    • Constructor Detail

      • AccessConstants

        public AccessConstants()
    • Method Detail

      • getLogPattern

        public static String getLogPattern()
      • getSuffix

        public static String getSuffix()
      • getPrefix

        public static String getPrefix()
      • getFileDateFormat

        public static String getFileDateFormat()
      • getDirectory

        public static String getDirectory()