[DMAAP-48] Initial code import
[dmaap/datarouter.git] / datarouter-prov / src / main / resources / EelfMessages.properties
1 #-------------------------------------------------------------------------------\r
2 # ============LICENSE_START==================================================\r
3 # * org.onap.dmaap\r
4 # * ===========================================================================\r
5 # * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
6 # * ===========================================================================\r
7 # * Licensed under the Apache License, Version 2.0 (the "License");\r
8 # * you may not use this file except in compliance with the License.\r
9 # * You may obtain a copy of the License at\r
10 # * \r
11 #  *      http://www.apache.org/licenses/LICENSE-2.0\r
12 # * \r
13 #  * Unless required by applicable law or agreed to in writing, software\r
14 # * distributed under the License is distributed on an "AS IS" BASIS,\r
15 # * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
16 # * See the License for the specific language governing permissions and\r
17 # * limitations under the License.\r
18 # * ============LICENSE_END====================================================\r
19 # *\r
20 # * ECOMP is a trademark and service mark of AT&T Intellectual Property.\r
21 # *\r
22 #-------------------------------------------------------------------------------\r
23 ########################################################################\r
24 #Resource key=Error Code|Message text|Resolution text |Description text\r
25 #######\r
26 #Newlines can be utilized to add some clarity ensuring continuing line\r
27 #has atleast one leading space\r
28 #ResourceKey=\\r
29 #             ERR0000E\\r
30 #             Sample error msg txt\\r
31 #             Sample resolution msg\\r
32 #             Sample description txt\r
33 #\r
34 ######\r
35 #Error code classification category\r
36 #100    Permission errors\r
37 #200    Availability errors/Timeouts\r
38 #300    Data errors\r
39 #400    Schema Interface type/validation errors\r
40 #500    Business process errors\r
41 #900    Unknown errors\r
42 #\r
43 ########################################################################\r
44 \r
45 # Messages for Data Router EELF framework\r
46 \r
47 #Prints FeedID in the EELF apilog\r
48 MESSAGE_WITH__FEEDID=EELF0001I| FeedID  = {0}\r
49 \r
50 #Prints User in the EELF apilog\r
51 MESSAGE_WITH_BEHALF=EELF0002I| User = {0}\r
52 \r
53 #Prints User and FeedID in the EELF apilog\r
54 MESSAGE_WITH_BEHALF_AND_FEEDID=EELF0003I| User = {0} FeedID  = {1}\r
55 \r
56 #Prints User and SubID in the EELF apilog\r
57 MESSAGE_WITH_BEHALF_AND_SUBID=EELF0004I| User = {0} SubscriberID  = {1}\r
58 \r