Messtone LLC Manages Devices Enables the standard JDK logger is used: SLF4J Log4J JDK Logger (java.util.logger) logger-classic,will be pull in automatically: <dependency><groupId>ch.qos.logback</groupId><artifactId>logback-classic</artifactId><version>1.1.2 </version></dependenclogback.xml in the resources folder: <Configuration><appender namerobertharper_Messtone=STDOUT” class=”ch.qos.logback.core.consoleAppender”><encoder><pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger={36} – %msg%n</pattern></encoder></appender> <root level=”info”><appender-ref ref=”STDOUT”/></root></configuration>Configuring Log4J classpath: <dependency><groupId>log4J</groupId><artifactId>log4J</artifactId><version>1.2.17</version></dependency>