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

top.doudou.common.aop.collector.LogCollector Maven / Gradle / Ivy

There is a newer version: 1.3.2
Show newest version
package top.doudou.common.aop.collector;

import top.doudou.common.aop.LogData;

/**
 * @Description  日志收集
 * @Author 傻男人 <[email protected]>
 * @Date 2020-09-24 14:53
 * @Version V1.0
 */
@FunctionalInterface
public interface LogCollector {
    /**
     * 日志收集
     *
     * @param data 日志数据对象
     */
    void collect(LogData data);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy