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

com.zpf.api.ILogger Maven / Gradle / Ivy

package com.zpf.api;

/**
 * 日志打印
 * Created by ZPF on 2019/2/28.
 */
public interface ILogger {
    void log(int priority, String tag, String content);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy