All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dacy-analysis-core_2.12.3.4.3.source-code.logback.xml Maven / Gradle / Ivy

<configuration>
    <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
        <!-- On Windows machines setting withJansi to true enables ANSI
             color code interpretation by the Jansi library. This requires
             org.fusesource.jansi:jansi:1.8 on the class path.  Note that
             Unix-based operating systems such as Linux and Mac OS X
             support ANSI color codes by default. -->
        <withJansi>true</withJansi>
        <encoder>
            <pattern>%d{MM/dd HH:mm:ss,SSS} %highlight(%-5level) %cyan(%logger{30}:%L) - %msg %n</pattern>
        </encoder>
    </appender>
    <root level="OFF">
        <appender-ref ref="STDOUT"/>
    </root>
</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy