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

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