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

hanghong.common-min.2.3.12.94.source-code.logback.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="utf-8"?>

<configuration scan="false">
    <property name="format" value="%d{HH:mm:ss.SSS} [%thread] %-5level %c:%L- %msg%n"/>

    <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
        <!-- encoder 默认配置为PatternLayoutEncoder -->
        <encoder>
            <pattern>${format}</pattern>
        </encoder>
    </appender>

    <root level="info">
        <appender-ref ref="STDOUT"/>
    </root>

</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy