Merge "Updated champ-lib to use the correct logger"
[aai/champ.git] / champ-lib / champ-titan / src / main / resources / logging / ChampTitanMsgs.properties
1 #Resource key=Error Code|Message text|Resolution text |Description text
2 #######
3 #Newlines can be utilized to add some clarity ensuring continuing line
4 #has atleast one leading space
5 #ResourceKey=\
6 #             ERR0000E\
7 #             Sample error msg txt\
8 #             Sample resolution msg\
9 #             Sample description txt
10 #
11 ######
12 #Error code classification category
13 #000    Info/Debug
14 #100    Permission errors
15 #200    Availability errors/Timeouts
16 #300    Data errors
17 #400    Schema Interface type/validation errors
18 #500    Business process errors
19 #900    Unknown errors
20 #
21 ########################################################################
22
23 TITAN_CHAMP_GRAPH_IMPL_INFO=\
24             CT0011I|\
25             TitanChampGraphImpl: {0}
26 TITAN_CHAMP_GRAPH_IMPL_ERROR=\
27             CT0511E|\
28             TitanChampGraphImpl Error: {0}
29 TITAN_CHAMP_GRAPH_IMPL_WARN=\
30             CT0512E|\
31             TitanChampGraphImpl Warning: {0}