Switch to JDK logging and add a simple formatter that is more concise than the default Java one.

This commit is contained in:
Mike Hearn 2011-11-25 16:55:22 +00:00
parent 6491f3a048
commit 74aae43f43

View File

@ -239,7 +239,7 @@
see http://www.slf4j.org/faq.html -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<artifactId>slf4j-jdk14</artifactId>
<version>${slf4j.version}</version>
<scope>runtime</scope>
<optional>true</optional>