Added generated pom files to other samples projects.

This commit is contained in:
Mattias Hellborg Arthursson
2013-11-07 15:02:11 +01:00
parent fbcc1a9b07
commit 4111b33b8b
6 changed files with 318 additions and 7 deletions

View File

@@ -0,0 +1,14 @@
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<!-- encoders are assigned the type
ch.qos.logback.classic.encoder.PatternLayoutEncoder by default -->
<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>