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

lus.cloudsim-plus-automation.4.0.0.source-code.logback.xml Maven / Gradle / Ivy

Go to download

Autonomously builds and runs Cloud Computing simulation environments in CloudSim Plus from an YAML file.

There is a newer version: 7.3.3
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<!-- Logback configuration file. For details check http://logback.qos.ch -->
<configuration>
    <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
        <encoder>
            <pattern>%highlight(%-5level %msg%n)</pattern>
        </encoder>
    </appender>

    <root level="debug">
        <appender-ref ref="STDOUT" />
    </root>
</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy