aboutsummaryrefslogtreecommitdiffstats
path: root/champ-lib/champ-titan/src/main/resources/logging/ChampTitanMsgs.properties
diff options
context:
space:
mode:
authorStela Stoykova <Stela.Stoykova@amdocs.com>2019-05-27 14:57:34 -0400
committerStela Stoykova <Stela.Stoykova@amdocs.com>2019-05-27 15:35:33 -0400
commit8524acbca18540f589dcb9d8335e3cc67fb6e059 (patch)
tree606ac86e9f72125114cb7a658364437d46729fe6 /champ-lib/champ-titan/src/main/resources/logging/ChampTitanMsgs.properties
parentd1a8f8ff686326708829e51878b8c87643ff91a9 (diff)
Updated champ-lib to use the correct logger
Issue-ID: AAI-2462 Signed-off-by: Stela Stoykova <Stela.Stoykova@amdocs.com> Change-Id: I4a8e544c6eb44c6a3db295787b37f8787eabd50f
Diffstat (limited to 'champ-lib/champ-titan/src/main/resources/logging/ChampTitanMsgs.properties')
-rw-r--r--champ-lib/champ-titan/src/main/resources/logging/ChampTitanMsgs.properties31
1 files changed, 31 insertions, 0 deletions
diff --git a/champ-lib/champ-titan/src/main/resources/logging/ChampTitanMsgs.properties b/champ-lib/champ-titan/src/main/resources/logging/ChampTitanMsgs.properties
new file mode 100644
index 0000000..5b0e1bc
--- /dev/null
+++ b/champ-lib/champ-titan/src/main/resources/logging/ChampTitanMsgs.properties
@@ -0,0 +1,31 @@
+#Resource key=Error Code|Message text|Resolution text |Description text
+#######
+#Newlines can be utilized to add some clarity ensuring continuing line
+#has atleast one leading space
+#ResourceKey=\
+# ERR0000E\
+# Sample error msg txt\
+# Sample resolution msg\
+# Sample description txt
+#
+######
+#Error code classification category
+#000 Info/Debug
+#100 Permission errors
+#200 Availability errors/Timeouts
+#300 Data errors
+#400 Schema Interface type/validation errors
+#500 Business process errors
+#900 Unknown errors
+#
+########################################################################
+
+TITAN_CHAMP_GRAPH_IMPL_INFO=\
+ CT0011I|\
+ TitanChampGraphImpl: {0}
+TITAN_CHAMP_GRAPH_IMPL_ERROR=\
+ CT0511E|\
+ TitanChampGraphImpl Error: {0}
+TITAN_CHAMP_GRAPH_IMPL_WARN=\
+ CT0512E|\
+ TitanChampGraphImpl Warning: {0}