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

ect.botsing-reproduction.1.0.7.source-code.logback.xml Maven / Gradle / Ivy

Go to download

The reproduction plugin contains the evolutionary algorithm used to reproduce a crash.

The newest version!
<configuration>
    <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
        <encoder>
            <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
        </encoder>
    </appender>


    <root level="info">
        <appender-ref ref="STDOUT" />
    </root>
    <logger name="org.evosuite" level="off"/>
    <logger name="evo_logger" level="error"/>
</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy