Changeset 1661 for trunk/docx4j/src/main
- Timestamp:
- 09/14/11 13:16:46 (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/utils/Log4jConfigurator.java
r1572 r1661 21 21 log.info("Since your log4j configuration (if any) was not found, docx4j has configured log4j automatically."); 22 22 23 org.docx4j.convert.out.pdf.viaXSLFO.Conversion.log.setLevel(Level.DEBUG); 23 try { 24 org.docx4j.convert.out.pdf.viaXSLFO.Conversion.log.setLevel(Level.DEBUG); 25 } catch (NoClassDefFoundError n) { 26 // If FOP jar is not available 27 } 24 28 } 25 29 }
Note: See TracChangeset
for help on using the changeset viewer.
