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

com.github.lhnonline.boot.common.log.ILogWriter Maven / Gradle / Ivy

Go to download

用于SpringBoot项目 | 接口返回数据包装,http状态码aop, http请求日志统一打印 | 使用了fastjson,和 mybatis-plus-extension

The newest version!
package com.github.lhnonline.boot.common.log;

/**
 * author luohaonan
 * date 2020-11-11
 * email [email protected]
 * description
 */
public interface ILogWriter {
    void write(AbstractLog log);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy