From 7b105bafe5a1f4c01224c8ae0b820a478b09447f Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 16 Oct 2014 10:59:52 +0200 Subject: added basic Preprocessor infrastructure, moved logging to logback --- pdf-as-cli/src/main/resources/logback.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pdf-as-cli/src/main/resources/logback.xml (limited to 'pdf-as-cli') diff --git a/pdf-as-cli/src/main/resources/logback.xml b/pdf-as-cli/src/main/resources/logback.xml new file mode 100644 index 00000000..102931af --- /dev/null +++ b/pdf-as-cli/src/main/resources/logback.xml @@ -0,0 +1,16 @@ + + + + + + %date{ISO8601} [%thread] %-5level %class - %msg%n + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3