first working version
This commit is contained in:
20
resources/logback.xml
Normal file
20
resources/logback.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<configuration scan="true" scanPeriod="30 seconds" debug="true">
|
||||
<!-- scan="true" enables automatic updates if config file changes, see http://logback.qos.ch/manual/configuration.html -->
|
||||
|
||||
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
|
||||
<layout class="ch.qos.logback.classic.PatternLayout">
|
||||
<Pattern>
|
||||
%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n
|
||||
</Pattern>
|
||||
</layout>
|
||||
</appender>
|
||||
|
||||
<logger name="de.srsoftware.belegscanner.gui.MainFrame" level="info" additivity="false">
|
||||
<appender-ref ref="CONSOLE"/>
|
||||
</logger>
|
||||
|
||||
<root level="error">
|
||||
<appender-ref ref="CONSOLE"/>
|
||||
</root>
|
||||
|
||||
</configuration>
|
||||
0
resources/translations/Application.de.translation
Normal file
0
resources/translations/Application.de.translation
Normal file
Reference in New Issue
Block a user