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

haiyang.easy-http-proxy.0.0.1.source-code.logback.xml Maven / Gradle / Ivy

Go to download

support http/https proxy.类似于fiddler,由java编写,代码简单便于理解。支持http/https代理!

The newest version!
<?xml version="1.0"?>
<configuration>

    <!-- ch.qos.logback.core.ConsoleAppender 控制台输出 -->
    <appender name="console" class="ch.qos.logback.core.ConsoleAppender">
        <encoder>
            <pattern>[%-5level] %d{HH:mm:ss.SSS} [%thread] %logger{36} - %msg%n</pattern>
        </encoder>
    </appender>

    <!-- 日志级别 -->
    <root>
        <level value="debug"/>
        <appender-ref ref="console"/>
    </root>

</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy