Merge "Updated champ-lib to use the correct logger"
[aai/champ.git] / champ-lib / champ-core / src / main / resources / logging / ChampCoreMsgs.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 CHAMPCORE_ABSTRACT_LOGGING_CHAMP_GRAPH_INFO=\
24             CCE0011I|\
25             AbstractLoggingChampGraph: {0}
26 CHAMPCORE_ABSTRACT_LOGGING_CHAMP_GRAPH_ERROR=\
27             CCE0511E|\
28             AbstractLoggingChampGraph Error: {0}
29 CHAMPCORE_ABSTRACT_LOGGING_CHAMP_GRAPH_WARN=\
30             CCE0512E|\
31             AbstractLoggingChampGraph Warning: {0}
32
33
34 CHAMPCORE_ABSTRACT_TINKERPOP_CHAMP_GRAPH_INFO=\
35             CCG0012I|\
36             AbstractTinkerpopChampGraph: {0}
37 CHAMPCORE_ABSTRACT_TINKERPOP_CHAMP_GRAPH_ERROR=\
38             CCG0513E|\
39             AbstractTinkerpopChampGraph Error: {0}
40 CHAMPCORE_ABSTRACT_TINKERPOP_CHAMP_GRAPH_WARN=\
41             CCG0514E|\
42             AbstractTinkerpopChampGraph Warning: {0}
43             
44            
45 CHAMPCORE_CHAMP_API_IMPL_INFO=\
46             CCG0013I|\
47             ChampAPIImpl: {0}
48 CHAMPCORE_CHAMP_API_IMPL_ERROR=\
49             CCG0515E|\
50             ChampAPIImpl Error: {0}
51 CHAMPCORE_CHAMP_API_IMPL_WARN=\
52             CCG0516E|\
53             ChampAPIImpl Warning: {0}
54
55
56 CHAMPCORE_TINKERPOP_TRANSACTION_INFO=\
57             CCG0014I|\
58             TinkerpopTransaction: {0}
59 CHAMPCORE_TINKERPOP_TRANSACTION_ERROR=\
60             CCG0517E|\
61             TinkerpopTransaction Error: {0}
62 CHAMPCORE_TINKERPOP_TRANSACTION_WARN=\
63             CCG0518E|\
64             TinkerpopTransaction Warning: {0}
65
66
67 CHAMPCORE_GRAPH_ML_IMPORTER_EXPORTER_INFO=\
68             CCIE0015I|\
69             GraphMLImporterExporter: {0}
70 CHAMPCORE_GRAPH_ML_IMPORTER_EXPORTER_ERROR=\
71             CCIE0519E|\
72             GraphMLImporterExporter Error: {0}
73 CHAMPCORE_GRAPH_ML_IMPORTER_EXPORTER_WARN=\
74             CCIE0520E|\
75             GraphMLImporterExporter Warning: {0}
76
77
78 CHAMPCORE_FORMATTER_INFO=\
79             CCIE0015I|\
80             Formatter: {0}
81 CHAMPCORE_FORMATTER_ERROR=\
82             CCIE0519E|\
83             Formatter Error: {0}
84 CHAMPCORE_FORMATTER_WARN=\
85             CCIE0520E|\
86             Formatter Warning: {0}
87
88