2 * Copyright © 2016-2017 European Support Limited
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
8 * http://www.apache.org/licenses/LICENSE-2.0
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.
17 package org.openecomp.sdc.logging.types;
20 public class LoggerConstants {
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";