Class AccessConstants

java.lang.Object
org.apache.synapse.transport.http.access.AccessConstants

public class AccessConstants extends Object
Constants used in the Access Class
  • Field Details

    • COMBINED_PATTERN

      public static final String COMBINED_PATTERN
      Pattern used to log - Default is COMBINED_PATTERN given below.
      See Also:
    • LOG_PATTERN

      public static final String LOG_PATTERN
      See Also:
    • COMMON_PATTERN

      public static final String COMMON_PATTERN
      Common log pattern.
      See Also:
    • 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:
    • CONFIG_DIRECTORY

      public static final String CONFIG_DIRECTORY
      See Also:
    • CONFIG_PREFIX

      public static final String CONFIG_PREFIX
      See Also:
    • CONFIG_SUFFIX

      public static final String CONFIG_SUFFIX
      See Also:
    • CONFIG_FILE_DATE_FORMAT

      public static final String CONFIG_FILE_DATE_FORMAT
      See Also:
    • CONFIG_ENABLE_LOGGING

      public static final String CONFIG_ENABLE_LOGGING
      See Also:
  • Constructor Details

    • AccessConstants

      public AccessConstants()
  • Method Details

    • 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()