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

chao.java.tools.servicepool.ILogger Maven / Gradle / Ivy

There is a newer version: 1.9.0
Show newest version
package chao.java.tools.servicepool;

/**
 * @author luqin
 * @since 2019-08-06
 */
public interface ILogger extends IService {
    void e(String tag, String message);
    void w(String tag, String message);
    void d(String tag, String message);
    void i(String tag, String message);
    void v(String tag, String message);
    void log(Object... messages);
    void method();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy