Last modified 4 years ago
docx4j - configuring log4j
docx4j's log4j files can be found in src/main/resources.
To configure log4j within Eclipse:
- ensure src/main/resources is on docx4j's build path
- in the run dialog for the class you want to run, set the following VM Argument:
-Dlog4j.properties=src/main/resources/log4j.xml
