]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/logback.xml
Merge "List the unsatisfied dependencies in CanvasContext"
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / logback.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <configuration>\r
3 \r
4   <appender name="console" class="ch.qos.logback.core.ConsoleAppender">\r
5     <!-- encoders are assigned the type ch.qos.logback.classic.encoder.PatternLayoutEncoder by default -->\r
6     <encoder>\r
7       <pattern>%-5p [%d] %c: %m%n%rEx</pattern>\r
8     </encoder>\r
9   </appender>\r
10 \r
11   <appender name="async-console" class="ch.qos.logback.classic.AsyncAppender">\r
12     <appender-ref ref="console" />\r
13   </appender>\r
14 \r
15   <root level="debug">\r
16     <appender-ref ref="async-console" />\r
17   </root>\r
18 </configuration>