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/messages/src/org/opends/messages/Severity.java | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/opendj3-server-dev/src/messages/src/org/opends/messages/Severity.java b/opendj3-server-dev/src/messages/src/org/opends/messages/Severity.java
index 0a14f41..380e8d2 100644
--- a/opendj3-server-dev/src/messages/src/org/opends/messages/Severity.java
+++ b/opendj3-server-dev/src/messages/src/org/opends/messages/Severity.java
@@ -52,6 +52,16 @@
INFORMATION("INFO", "INFO"),
/**
+ * The severity that will be used for warning messages.
+ */
+ WARNING("WARN", "WARN"),
+
+ /**
+ * The severity that will be used for warning messages.
+ */
+ ERROR("ERR", "ERR"),
+
+ /**
* The severity that will be used for mild warning messages.
*/
MILD_WARNING("MILD_WARN", "WARN"),
@@ -85,7 +95,7 @@
* The severity that will be used for important informational
* messages.
*/
- NOTICE("NOTICE", "NOTE");
+ NOTICE("NOTE", "NOTE");
static private Set<String> PROPERTY_KEY_FORM_VALUES_SET;
--
Gitblit v1.10.0