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

com.twelfthmile.yuga.utils.L Maven / Gradle / Ivy

package com.twelfthmile.yuga.utils;

public class L {

    private L() {

    }

    public static void msg(Object str) {
        System.out.println(str);
    }

    @SuppressWarnings("unused")
    public static void error(Exception e) {
        e.printStackTrace();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy