re base code
[sdc.git] / common-app-api / src / main / java / org / openecomp / sdc / common / log / api / ILogConfiguration.java
@@ -1,17 +1,6 @@
-package org.openecomp.sdc.common.ecomplog.api;
+package org.openecomp.sdc.common.log.api;
 
-public interface IEcompLogConfiguration  {
-    String PROPERTY_LOGGING_FILE_NAME = "com.att.ecomplog.logging.file";
-    String PROPERTY_LOGGING_FILE_PATH = "com.att.ecomplog.logging.path";
-    String GENERAL_LOGGER_NAME = "com.att.ecomplog";
-    String METRICS_LOGGER_NAME = "com.att.ecomplog.metrics";
-    String PERF_LOGGER_NAME = "com.att.ecomplog.perf";
-    String POLICY_LOGGER_NAME = "com.att.ecomplog.policy";
-    String SECURITY_LOGGER_NAME = "com.att.ecomplog.security";
-    String SERVER_LOGGER_NAME = "com.att.ecomplog.server";
-    String AUDIT_LOGGER_NAME = "com.att.ecomplog.audit";
-    String ERROR_LOGGER_NAME = "com.att.ecomplog.error";
-    String DEBUG_LOGGER_NAME = "com.att.ecomplog.debug";
+public interface ILogConfiguration {
     String MDC_KEY_REQUEST_ID = "RequestId";
     String MDC_SERVICE_INSTANCE_ID = "ServiceInstanceId";
     String MDC_SERVICE_NAME = "ServiceName";
@@ -19,8 +8,10 @@ public interface IEcompLogConfiguration  {
     String MDC_SERVER_IP_ADDRESS = "ServerIPAddress";
     String MDC_SERVER_FQDN = "ServerFQDN";
     String MDC_REMOTE_HOST = "RemoteHost";
+    String MDC_AUDIT_MESSAGE = "AuditMessage";
     String MDC_ALERT_SEVERITY = "AlertSeverity";
-    String MDC_BEGIN_TIMESTAMP = "BeginTimestamp";
+    String MDC_AUDIT_BEGIN_TIMESTAMP = "AuditBeginTimestamp";
+    String MDC_METRIC_BEGIN_TIMESTAMP = "MetricBeginTimestamp";
     String MDC_END_TIMESTAMP = "EndTimestamp";
     String MDC_PARTNER_NAME = "PartnerName";
     String MDC_STATUS_CODE = "StatusCode";