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

com.github.happyjiahui.z.web.service.ISendLogService Maven / Gradle / Ivy

There is a newer version: 0.1.29
Show newest version
package com.github.happyjiahui.z.web.service;

/**
 * 发送日志服务
 * 
 * @author zhaojinbing
 * @version 0.1
 */
public interface ISendLogService {

    /**
     * 发送日志
     * 
     * @param log
     *            日志内容
     */
    void sendLog(String log);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy