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

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

Go to download

CloudSim Plus: A modern, highly extensible and easier-to-use Java 8+ Framework for Modeling and Simulation of Cloud Computing Infrastructures and Services

The 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 - 2024 Weber Informatics LLC | Privacy Policy