From 407c33f7cfd2c6afe3fb304fb0efbb983e0b317b Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Mon, 10 Feb 2014 10:43:22 +0000
Subject: [PATCH] Checkpoint commit for OPENDJ-1288 :    Migrate I18n and logging support to i18n framework and SLF4J

---
 opendj3-server-dev/src/server/org/opends/server/util/ServerConstants.java |  135 +--------------------------------------------
 1 files changed, 3 insertions(+), 132 deletions(-)

diff --git a/opendj3-server-dev/src/server/org/opends/server/util/ServerConstants.java b/opendj3-server-dev/src/server/org/opends/server/util/ServerConstants.java
index bf7169a..5761cd0 100644
--- a/opendj3-server-dev/src/server/org/opends/server/util/ServerConstants.java
+++ b/opendj3-server-dev/src/server/org/opends/server/util/ServerConstants.java
@@ -1169,8 +1169,6 @@
    */
   public static final String LOG_SEVERITY_DISABLED = "disabled";
 
-
-
   /**
    * The English name for the basic all log severity used for all log
    * severities.
@@ -1184,106 +1182,6 @@
   public static final String LOG_SEVERITY_NONE = "none";
 
 
-
-
-  /**
-   * The English name for the debug log category used for access control
-   * debugging.
-   */
-  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";
-
-
-
-  /**
-   * The English name for the debug log category used for debugging raw data
-   * read.
-   */
-  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";
-
-
-
-  /**
-   * The English name for the debug log category used for exception debugging.
-   */
-  public static final String DEBUG_CATEGORY_CAUGHT = "caught";
-
-
-
-  /**
-   * The English name for the debug log category used for method entry
-   * debugging.
-   */
-  public static final String DEBUG_CATEGORY_ENTER = "enter";
-
-
-
-  /**
-   * The English name for the debug log category used for method exit
-   * debugging.
-   */
-  public static final String DEBUG_CATEGORY_EXIT = "exit";
-
-
-
-  /**
-   * The English name for the debug log category used for debugging protocol
-   * elements.
-   */
-  public static final String DEBUG_CATEGORY_PROTOCOL = "protocol";
-
-
-
-  /**
-   * 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";
-
-
-
-  /**
-   * The English name for the debug log severity used for verbose messages.
-   */
-  public static final String DEBUG_SEVERITY_VERBOSE = "verbose";
-
-
-
-  /**
-   * The English name for the debug log severity used for informational
-   * messages.
-   */
-  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";
-
-
-
-  /**
-   * 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 error log category used for access control
    * processing.
@@ -1406,9 +1304,7 @@
   /**
    * The English name for the error log severity used for fatal error messages.
    */
-  public static final String ERROR_SEVERITY_FATAL = "fatal-error";
-
-
+  public static final String ERROR_SEVERITY_ERROR = "error";
 
   /**
    * The English name for the error log severity used for informational
@@ -1417,19 +1313,10 @@
   public static final String ERROR_SEVERITY_INFORMATIONAL = "info";
 
 
-
   /**
-   * The English name for the error log severity used for mild error messages.
+   * The English name for the error log severity used for warning messages.
    */
-  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_WARNING = "warning";
 
 
   /**
@@ -1439,22 +1326,6 @@
   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";
-
-
-
-  /**
-   * The English name for the error log severity used for severe warning
-   * messages.
-   */
-  public static final String ERROR_SEVERITY_SEVERE_WARNING = "severe-warning";
-
-
-
   /**
    * The domain that will be used for JMX MBeans defined within the Directory
    * Server.

--
Gitblit v1.10.0