lemming.c4plantuml.c4plantuml-commons-lib.1.0.0-RC1.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 c4plantuml-commons-lib Show documentation
Show all versions of c4plantuml-commons-lib Show documentation
A small library to share objects between the various libraries
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <configuration xmlns="http://ch.qos.logback/xml/ns/logback" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ch.qos.logback/xml/ns/logback http://ch.qos.logback/xml/ns/logback/logback.xsd"> <statusListener class="ch.qos.logback.core.status.NopStatusListener" /> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <pattern>%d{"MMM dd, yyyy HH:mm:ss"} %c %M%n%-5level: %msg%n</pattern> </encoder> </appender> <root level="off"> <appender-ref ref="STDOUT" /> </root> </configuration>