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

dev.robocode.tankroyale.booter.util.Log.kt Maven / Gradle / Ivy

There is a newer version: 0.26.0
Show newest version
package dev.robocode.tankroyale.booter.util

object Log {

    fun error(ex: Exception) {
        System.err.println("Error: ${ex.message}")
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy