JAL-3949 Complete new abstracted logging framework in jalview.log. Updated log calls...
[jalview.git] / src / jalview / io / vamsas / DatastoreRegistry.java
index 37026ba..fe5a917 100644 (file)
@@ -24,13 +24,12 @@ import java.util.IdentityHashMap;
 import java.util.Iterator;
 import java.util.Map;
 
-import org.apache.logging.log4j.LogManager;
-import org.apache.logging.log4j.Logger;
+import jalview.log.JLoggerLog4j;
 
 public class DatastoreRegistry implements AutoCloseable
 {
-  protected static Logger log = LogManager
-          .getLogger(DatastoreRegistry.class);
+  protected static JLoggerLog4j log = JLoggerLog4j
+          .getLogger(DatastoreRegistry.class.getCanonicalName());
 
   /**
    * map between Datastore objects and the objects they are handling- used to