mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

boli
15.09.2007 73791525dda2c93b26357b23921efc8260777c3d
opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java
@@ -844,7 +844,7 @@
   * The English name for the basic disabled log severity used for all
   * log severities.
   */
  public static final String LOG_SEVERITY_DISABLED = "DISABLED";
  public static final String LOG_SEVERITY_DISABLED = "disabled";
@@ -852,7 +852,7 @@
   * The English name for the basic all log severity used for all log
   * severities.
   */
  public static final String LOG_SEVERITY_ALL = "ALL";
  public static final String LOG_SEVERITY_ALL = "all";
@@ -860,14 +860,14 @@
   * The English name for the debug log category used for access control
   * debugging.
   */
  public static final String DEBUG_CATEGORY_MESSAGE = "MESSAGE";
  public static final String DEBUG_CATEGORY_MESSAGE = "message";
  /**
   * The English name for the debug log category used for constructor debugging.
   */
  public static final String DEBUG_CATEGORY_CONSTRUCTOR = "CONSTRUCTOR";
  public static final String DEBUG_CATEGORY_CONSTRUCTOR = "constructor";
@@ -875,21 +875,21 @@
   * The English name for the debug log category used for debugging raw data
   * read.
   */
  public static final String DEBUG_CATEGORY_DATA = "DATA";
  public static final String DEBUG_CATEGORY_DATA = "data";
  /**
   * The English name for the debug log category used for exception debugging.
   */
  public static final String DEBUG_CATEGORY_THROWN = "THROWN";
  public static final String DEBUG_CATEGORY_THROWN = "thrown";
  /**
   * The English name for the debug log category used for exception debugging.
   */
  public static final String DEBUG_CATEGORY_CAUGHT = "CAUGHT";
  public static final String DEBUG_CATEGORY_CAUGHT = "caught";
@@ -897,7 +897,7 @@
   * The English name for the debug log category used for method entry
   * debugging.
   */
  public static final String DEBUG_CATEGORY_ENTER = "ENTER";
  public static final String DEBUG_CATEGORY_ENTER = "enter";
@@ -905,7 +905,7 @@
   * The English name for the debug log category used for method exit
   * debugging.
   */
  public static final String DEBUG_CATEGORY_EXIT = "EXIT";
  public static final String DEBUG_CATEGORY_EXIT = "exit";
@@ -913,7 +913,7 @@
   * The English name for the debug log category used for debugging protocol
   * elements.
   */
  public static final String DEBUG_CATEGORY_PROTOCOL = "PROTOCOL";
  public static final String DEBUG_CATEGORY_PROTOCOL = "protocol";
@@ -921,14 +921,14 @@
   * The English name for the debug log category used for raw data access
   * from the JE database.
   */
  public static final String DEBUG_CATEGORY_DATABASE_ACCESS = "DATABASE_ACCESS";
  public static final String DEBUG_CATEGORY_DATABASE_ACCESS = "database-access";
  /**
   * The English name for the debug log severity used for verbose messages.
   */
  public static final String DEBUG_SEVERITY_VERBOSE = "VERBOSE";
  public static final String DEBUG_SEVERITY_VERBOSE = "verbose";
@@ -936,29 +936,21 @@
   * The English name for the debug log severity used for informational
   * messages.
   */
  public static final String DEBUG_SEVERITY_INFO = "INFO";
  public static final String DEBUG_SEVERITY_INFO = "info";
  /**
   * The English name for the debug log severity used for warning messages.
   */
  public static final String DEBUG_SEVERITY_WARNING = "WARNING";
  public static final String DEBUG_SEVERITY_WARNING = "warning";
  /**
   * The English name for the debug log severity used for error messages.
   */
  public static final String DEBUG_SEVERITY_ERROR = "ERROR";
  /**
   * The English name for the debug log severity used for messages related to
   * reading or writing data.
   */
  public static final String DEBUG_SEVERITY_COMMUNICATION = "COMMUNICATION";
  public static final String DEBUG_SEVERITY_ERROR = "error";
@@ -966,14 +958,14 @@
   * The English name for the error log category used for access control
   * processing.
   */
  public static final String ERROR_CATEGORY_ACCESS_CONTROL = "ACCESS_CONTROL";
  public static final String ERROR_CATEGORY_ACCESS_CONTROL = "access-control";
  /**
   * The English name for the error log category used for backend processing.
   */
  public static final String ERROR_CATEGORY_BACKEND = "BACKEND";
  public static final String ERROR_CATEGORY_BACKEND = "backend";
@@ -981,7 +973,7 @@
   * The English name for the error log category used for configuration
   * processing.
   */
  public static final String ERROR_CATEGORY_CONFIG = "CONFIG";
  public static final String ERROR_CATEGORY_CONFIG = "config";
@@ -989,7 +981,7 @@
   * The English name for the error log category used for client connection
   * handling.
   */
  public static final String ERROR_CATEGORY_CONNECTION_HANDLING = "CONNECTION";
  public static final String ERROR_CATEGORY_CONNECTION_HANDLING = "connection";
@@ -997,22 +989,14 @@
   * The English name for the error log category used for core server
   * processing.
   */
  public static final String ERROR_CATEGORY_CORE_SERVER = "CORE";
  /**
   * The English name for the error log category used for exception handling.
   */
  public static final String ERROR_CATEGORY_EXCEPTION = "EXCEPTION";
  public static final String ERROR_CATEGORY_CORE_SERVER = "core";
  /**
   * The English name for the error log category used for extended operation
   * processing.
   */
  public static final String ERROR_CATEGORY_EXTENDED_OPERATION = "EXTENDED_OP";
  public static final String ERROR_CATEGORY_EXTENDED_OPERATION = "extended-op";
@@ -1020,7 +1004,7 @@
   * The English name for the error log category used for server extension
   * processing.
   */
  public static final String ERROR_CATEGORY_EXTENSIONS = "EXTENSIONS";
  public static final String ERROR_CATEGORY_EXTENSIONS = "extentions";
@@ -1028,49 +1012,49 @@
   * The English name for the error log category used for password policy
   * processing.
   */
  public static final String ERROR_CATEGORY_PASSWORD_POLICY = "PW_POLICY";
  public static final String ERROR_CATEGORY_PASSWORD_POLICY = "pw-policy";
  /**
   * The English name for the error log category used for plugin processing.
   */
  public static final String ERROR_CATEGORY_PLUGIN = "PLUGIN";
  public static final String ERROR_CATEGORY_PLUGIN = "plugin";
  /**
   * The English name for the error log category used for request handling.
   */
  public static final String ERROR_CATEGORY_REQUEST = "REQUEST";
  public static final String ERROR_CATEGORY_REQUEST = "request";
  /**
   * The English name for the error log category used for SASL processing.
   */
  public static final String ERROR_CATEGORY_SASL_MECHANISM = "SASL";
  public static final String ERROR_CATEGORY_SASL_MECHANISM = "sasl";
  /**
   * The English name for the error log category used for schema processing.
   */
  public static final String ERROR_CATEGORY_SCHEMA = "SCHEMA";
  public static final String ERROR_CATEGORY_SCHEMA = "schema";
  /**
   * The English name for the error log category used for shutdown processing.
   */
  public static final String ERROR_CATEGORY_SHUTDOWN = "SHUTDOWN";
  public static final String ERROR_CATEGORY_SHUTDOWN = "shutdown";
  /**
   * The English name for the error log category used for startup processing.
   */
  public static final String ERROR_CATEGORY_STARTUP = "STARTUP";
  public static final String ERROR_CATEGORY_STARTUP = "startup";
@@ -1078,29 +1062,21 @@
   * The English name for the error log category used for synchronization
   * processing.
   */
  public static final String ERROR_CATEGORY_SYNCHRONIZATION = "SYNCH";
  public static final String ERROR_CATEGORY_SYNCHRONIZATION = "synch";
  /**
   * The English name for the error log category used for task processing.
   */
  public static final String ERROR_CATEGORY_TASK = "TASK";
  public static final String ERROR_CATEGORY_TASK = "task";
  /**
   * The English name for the error log severity used for fatal error messages.
   */
  public static final String ERROR_SEVERITY_FATAL = "FATAL_ERROR";
  /**
   * The English name for the error log severity used for generic debugging
   * messages.
   */
  public static final String ERROR_SEVERITY_DEBUG = "DEBUG";
  public static final String ERROR_SEVERITY_FATAL = "fatal-error";
@@ -1108,21 +1084,21 @@
   * The English name for the error log severity used for informational
   * messages.
   */
  public static final String ERROR_SEVERITY_INFORMATIONAL = "INFO";
  public static final String ERROR_SEVERITY_INFORMATIONAL = "info";
  /**
   * The English name for the error log severity used for mild error messages.
   */
  public static final String ERROR_SEVERITY_MILD_ERROR = "MILD_ERROR";
  public static final String ERROR_SEVERITY_MILD_ERROR = "mild-error";
  /**
   * The English name for the error log severity used for mild warning messages.
   */
  public static final String ERROR_SEVERITY_MILD_WARNING = "MILD_WARNING";
  public static final String ERROR_SEVERITY_MILD_WARNING = "mild-warning";
@@ -1130,14 +1106,14 @@
   * The English name for the error log severity used for important
   * informational messages.
   */
  public static final String ERROR_SEVERITY_NOTICE = "NOTICE";
  public static final String ERROR_SEVERITY_NOTICE = "notice";
  /**
   * The English name for the error log severity used for severe error messages.
   */
  public static final String ERROR_SEVERITY_SEVERE_ERROR = "SEVERE_ERROR";
  public static final String ERROR_SEVERITY_SEVERE_ERROR = "severe-error";
@@ -1145,23 +1121,7 @@
   * The English name for the error log severity used for severe warning
   * messages.
   */
  public static final String ERROR_SEVERITY_SEVERE_WARNING = "SEVERE_WARNING";
  /**
   * The English name for the error log severity used for shutdown debug
   * messages.
   */
  public static final String ERROR_SEVERITY_SHUTDOWN_DEBUG = "SHUTDOWN";
  /**
   * The English name for the error log severity used for startup debug
   * messages.
   */
  public static final String ERROR_SEVERITY_STARTUP_DEBUG = "STARTUP";
  public static final String ERROR_SEVERITY_SEVERE_WARNING = "severe-warning";