Massive Argeo APIs refactoring
[gpl/argeo-suite.git] / org.argeo.publishing.ui / src / org / argeo / docbook / DbkUtils.java
index 151bf10db690a0ae538e95ab061fc10d42996892..f4bf502069f9f71286c9f89d38cf9a339401a39c 100644 (file)
@@ -15,8 +15,7 @@ import javax.jcr.PathNotFoundException;
 import javax.jcr.RepositoryException;
 import javax.jcr.ValueFormatException;
 
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
+import org.argeo.api.cms.CmsLog;
 import org.argeo.entity.EntityType;
 import org.argeo.jcr.Jcr;
 import org.argeo.jcr.JcrException;
@@ -25,7 +24,7 @@ import org.argeo.jcr.JcrxApi;
 
 /** Utilities around DocBook. */
 public class DbkUtils {
-       private final static Log log = LogFactory.getLog(DbkUtils.class);
+       private final static CmsLog log = CmsLog.getLog(DbkUtils.class);
 
        /** Get or add a DocBook element. */
        public static Node getOrAddDbk(Node parent, DbkType child) {