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

elsstudios.monstera.0.3.1.source-code.logback.xml Maven / Gradle / Ivy

Go to download

A library and environment designed to streamline the development of Minecraft addons.

There is a newer version: 0.4.5
Show newest version
<configuration>
    <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
        <encoder class="com.lop.devtools.monstera.MonsteraEncoder"/>
    </appender>

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy