code refactoring

This commit is contained in:
Skylot
2013-09-25 18:04:42 +04:00
parent c95211925e
commit 6bc2d3321c
14 changed files with 78 additions and 72 deletions
+13
View File
@@ -0,0 +1,13 @@
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%-5level - %msg%n</pattern>
</encoder>
</appender>
<root level="INFO">
<appender-ref ref="STDOUT"/>
</root>
</configuration>