3efd0f6027d964f70e5fd5e953447c6054c85ef3
[sdc.git] /
1 /*
2  * Copyright © 2016-2017 European Support Limited
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  * 
8  *      http://www.apache.org/licenses/LICENSE-2.0
9  * 
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17 package org.openecomp.sdc.logging.types;
18
19
20 public class LoggerConstants {
21
22   public static final String REQUEST_ID = "RequestId";
23   public static final String PARTNER_NAME = "PartnerName";
24   public static final String SERVICE_NAME = "ServiceName";
25   public static final String INSTANCE_UUID = "InstanceUUID";
26   public static final String CATEGORY_LOG_LEVEL = "level";
27   public static final String STATUS_CODE = "StatusCode";
28   public static final String RESPONSE_CODE = "ResponseCode";
29   public static final String RESPONSE_DESCRIPTION = "ResponseDescription";
30   public static final String TARGET_SERVICE_NAME = "TargetServiceName";
31   public static final String TARGET_ENTITY = "TargetEntity";
32   public static final String TARGET_ENTITY_API = "API";
33   public static final String TARGET_ENTITY_DB = "DB";
34   public static final String ERROR_CATEGORY = "ErrorCategory";
35   public static final String ERROR_CODE = "ErrorCode";
36   public static final String ERROR_DESCRIPTION = "ErrorDescription";
37 }