rax.com.io7m.ivoirax.demo.0.0.2.source-code.logback.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.io7m.ivoirax.demo Show documentation
Show all versions of com.io7m.ivoirax.demo Show documentation
JavaFX piano component (Demo).
The newest version!
<?xml version="1.0" encoding="UTF-8" ?> <configuration xmlns="http://ch.qos.logback/xml/ns/logback"> <appender name="STDERR" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <pattern>[%thread] %level %msg%n</pattern> </encoder> <target>System.err</target> </appender> <root level="DEBUG"> <appender-ref ref="STDERR"/> </root> </configuration>