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

sk.mlobb.be.rcon.wrapper.LogWrapper Maven / Gradle / Ivy

The newest version!
package sk.mlobb.be.rcon.wrapper;

public interface LogWrapper {

    void debug(String msg);
    void info(String msg);

    void warn(String msg);
    void warn(String msg, Throwable t);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy