Enhancements for the aai-common library
[aai/aai-common.git] / aai-core / src / main / java / org / onap / aai / introspection / MoxyStrategy.java
index 1531163..57e4108 100644 (file)
@@ -20,8 +20,8 @@
 
 package org.onap.aai.introspection;
 
-import com.att.eelf.configuration.EELFLogger;
-import com.att.eelf.configuration.EELFManager;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
 import com.google.common.base.CaseFormat;
 import com.google.common.base.Joiner;
 
@@ -54,7 +54,7 @@ import org.springframework.web.util.UriUtils;
 
 public class MoxyStrategy extends Introspector {
 
-    private static final EELFLogger LOGGER = EELFManager.getInstance().getLogger(MoxyStrategy.class);
+    private static final Logger LOGGER = LoggerFactory.getLogger(MoxyStrategy.class);
     private DynamicEntity internalObject = null;
     private DynamicType internalType = null;
     private DynamicJAXBContext jaxbContext = null;