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

com.github.kubatatami.judonetworking.JudoLogger Maven / Gradle / Ivy

package com.github.kubatatami.judonetworking;

/**
 * Created with IntelliJ IDEA.
 * User: jbogacki
 * Date: 19.02.2013
 * Time: 12:06
 */
public class JudoLogger {


    public static void setTag(String tag) {
        LoggerImpl.setTag(tag);
    }

    public static void setLevel(LogLevel level) {
        LoggerImpl.setLevel(level);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy