]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - legacy/org.argeo.slc.spring/src/org/argeo/slc/osgi/OsgiExecutionModule.java
Massive Argeo APIs refactoring
[gpl/argeo-slc.git] / legacy / org.argeo.slc.spring / src / org / argeo / slc / osgi / OsgiExecutionModule.java
index ca3f5faa7fe3df1938f9397c41757042a24de0e8..e5d3d470f340a70bff677ddcec9c59581b19fcb0 100644 (file)
@@ -1,13 +1,12 @@
 package org.argeo.slc.osgi;
 
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
+import org.argeo.api.cms.CmsLog;
 import org.argeo.slc.core.execution.AbstractSpringExecutionModule;
 import org.argeo.slc.execution.ExecutionContext;
 
 @Deprecated
 public class OsgiExecutionModule extends AbstractSpringExecutionModule {
-       private final static Log log = LogFactory.getLog(OsgiExecutionModule.class);
+       private final static CmsLog log = CmsLog.getLog(OsgiExecutionModule.class);
 
        public OsgiExecutionModule() {
                log.error("######## ERROR - DEPRECATED APPROACH USED ########");