Class CoreConstants


  • public class CoreConstants
    extends java.lang.Object
    • Field Detail

      • DISABLE_SERVLET_CONTAINER_INITIALIZER_KEY

        public static final java.lang.String DISABLE_SERVLET_CONTAINER_INITIALIZER_KEY
        See Also:
        Constant Field Values
      • STATUS_LISTENER_CLASS_KEY

        public static final java.lang.String STATUS_LISTENER_CLASS_KEY
        See Also:
        Constant Field Values
      • CORE_POOL_SIZE

        public static final int CORE_POOL_SIZE
        Number of idle threads to retain in a context's executor service.
        See Also:
        Constant Field Values
      • SCHEDULED_EXECUTOR_POOL_SIZE

        public static final int SCHEDULED_EXECUTOR_POOL_SIZE
        See Also:
        Constant Field Values
      • MAX_POOL_SIZE

        public static final int MAX_POOL_SIZE
        Maximum number of threads to allow in a context's executor service.
        See Also:
        Constant Field Values
      • LINE_SEPARATOR

        public static final java.lang.String LINE_SEPARATOR
      • LINE_SEPARATOR_LEN

        public static final int LINE_SEPARATOR_LEN
      • MANUAL_URL_PREFIX

        public static final java.lang.String MANUAL_URL_PREFIX
        See Also:
        Constant Field Values
      • MORE_INFO_PREFIX

        public static final java.lang.String MORE_INFO_PREFIX
        See Also:
        Constant Field Values
      • DEFAULT_CONTEXT_NAME

        public static final java.lang.String DEFAULT_CONTEXT_NAME
        The default context name.
        See Also:
        Constant Field Values
      • PATTERN_RULE_REGISTRY

        public static final java.lang.String PATTERN_RULE_REGISTRY
        Customized pattern conversion rules are stored under this key in the Context object store.
        See Also:
        Constant Field Values
      • DAILY_DATE_PATTERN

        public static final java.lang.String DAILY_DATE_PATTERN
        See Also:
        Constant Field Values
      • CLF_DATE_PATTERN

        public static final java.lang.String CLF_DATE_PATTERN
        Time format used in Common Log Format
        See Also:
        Constant Field Values
      • EVALUATOR_MAP

        public static final java.lang.String EVALUATOR_MAP
        The key used in locating the evaluator map in context's object map.
        See Also:
        Constant Field Values
      • FA_FILENAME_COLLISION_MAP

        public static final java.lang.String FA_FILENAME_COLLISION_MAP
        Key used to locate a collision map for FileAppender instances in context's object map. The collision map consists of enties of the type (appender name, File option)
        See Also:
        Constant Field Values
      • RFA_FILENAME_PATTERN_COLLISION_MAP

        public static final java.lang.String RFA_FILENAME_PATTERN_COLLISION_MAP
        Key used to locate a collision map for RollingFileAppender instances in context's object map. The collision map consists of entities of the type (appender name, FileNamePattern option)
        See Also:
        Constant Field Values
      • VALUE_OF

        public static final java.lang.String VALUE_OF
        By convention, we assume that the static method named "valueOf" taking a string argument can restore a given object from its string representation.
        See Also:
        Constant Field Values
      • EMPTY_STRING

        public static final java.lang.String EMPTY_STRING
        An empty string.
        See Also:
        Constant Field Values
      • EMPTY_STRING_ARRAY

        public static final java.lang.String[] EMPTY_STRING_ARRAY
        An empty string array.
      • EMPTY_CLASS_ARRAY

        public static final java.lang.Class<?>[] EMPTY_CLASS_ARRAY
        An empty Class array.
      • RIGHT_PARENTHESIS_CHAR

        public static final char RIGHT_PARENTHESIS_CHAR
        See Also:
        Constant Field Values
      • DEFAULT_VALUE_SEPARATOR

        public static final java.lang.String DEFAULT_VALUE_SEPARATOR
        See Also:
        Constant Field Values
      • TABLE_ROW_LIMIT

        public static final int TABLE_ROW_LIMIT
        Number of rows before in an HTML table before, we close the table and create a new one
        See Also:
        Constant Field Values
      • REFERENCE_BIPS

        public static long REFERENCE_BIPS
        The reference bogo instructions per second on Ceki's machine (Orion)
      • SEE_MISSING_INTEGER_TOKEN

        public static final java.lang.String SEE_MISSING_INTEGER_TOKEN
        See Also:
        Constant Field Values
      • CONFIGURATION_WATCH_LIST

        public static final java.lang.String CONFIGURATION_WATCH_LIST
        See Also:
        Constant Field Values
      • CONFIGURATION_WATCH_LIST_RESET_X

        public static final java.lang.String CONFIGURATION_WATCH_LIST_RESET_X
        See Also:
        Constant Field Values
      • SAFE_JORAN_CONFIGURATION

        public static final java.lang.String SAFE_JORAN_CONFIGURATION
        See Also:
        Constant Field Values
      • SHUTDOWN_HOOK_THREAD

        public static final java.lang.String SHUTDOWN_HOOK_THREAD
        See Also:
        Constant Field Values
      • HOSTNAME_KEY

        public static final java.lang.String HOSTNAME_KEY
        The key under which the local host name is registered in the logger context.
        See Also:
        Constant Field Values
      • UNKNOWN_LOCALHOST

        public static final java.lang.String UNKNOWN_LOCALHOST
        See Also:
        Constant Field Values
      • CONTEXT_NAME_KEY

        public static final java.lang.String CONTEXT_NAME_KEY
        The key under which the current context name is registered in the logger context.
        See Also:
        Constant Field Values
      • SECONDS_TO_WAIT_FOR_COMPRESSION_JOBS

        public static final int SECONDS_TO_WAIT_FOR_COMPRESSION_JOBS
        The number of seconds to wait for compression jobs to finish.
        See Also:
        Constant Field Values
      • CONTEXT_SCOPE_VALUE

        public static final java.lang.String CONTEXT_SCOPE_VALUE
        See Also:
        Constant Field Values
      • RESET_MSG_PREFIX

        public static final java.lang.String RESET_MSG_PREFIX
        See Also:
        Constant Field Values
      • JNDI_COMP_PREFIX

        public static final java.lang.String JNDI_COMP_PREFIX
        See Also:
        Constant Field Values
      • UNDEFINED_PROPERTY_SUFFIX

        public static final java.lang.String UNDEFINED_PROPERTY_SUFFIX
        See Also:
        Constant Field Values
      • LEFT_ACCOLADE

        public static final java.lang.String LEFT_ACCOLADE
      • RIGHT_ACCOLADE

        public static final java.lang.String RIGHT_ACCOLADE
      • UNBOUNDED_TOTAL_SIZE_CAP

        public static final long UNBOUNDED_TOTAL_SIZE_CAP
        See Also:
        Constant Field Values
      • RECONFIGURE_ON_CHANGE_TASK

        public static final java.lang.String RECONFIGURE_ON_CHANGE_TASK
        See Also:
        Constant Field Values
      • SIZE_AND_TIME_BASED_FNATP_IS_DEPRECATED

        public static final java.lang.String SIZE_AND_TIME_BASED_FNATP_IS_DEPRECATED
        See Also:
        Constant Field Values
    • Constructor Detail

      • CoreConstants

        public CoreConstants()