Skip to content

Commit

Permalink
logger upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Sep 19, 2016
1 parent 8281427 commit 0cc0198
Showing 1 changed file with 5 additions and 2 deletions.
Expand Up @@ -25,7 +25,10 @@

import org.wyona.yarep.core.Repository;
import org.wyona.yanel.core.util.WildcardReplacerHelper;
import org.apache.log4j.Logger;

import org.apache.logging.log4j.Logger;
import org.apache.logging.log4j.LogManager;

import org.apache.fop.apps.FopFactory;
import org.apache.fop.apps.Fop;
import org.apache.fop.apps.MimeConstants;
Expand All @@ -45,7 +48,7 @@
*/
public class PDFResource extends Resource implements ViewableV2 {

private static Logger log = Logger.getLogger(PDFResource.class);
private static Logger log = LogManager.getLogger(PDFResource.class);

/**
*
Expand Down

0 comments on commit 0cc0198

Please sign in to comment.