
net.koofr.api.v2.util.Log Maven / Gradle / Ivy
The newest version!
package net.koofr.api.v2.util;
public interface Log {
public void debug(String tag, String msg);
public void debug(String tag, String msg, Throwable t);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy