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

com.boot.auth.starter.service.LogService Maven / Gradle / Ivy

There is a newer version: 1.0.7.4
Show newest version
package com.boot.auth.starter.service;

import com.boot.auth.starter.model.OperLogAnnotationEntity;

import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.util.Map;

public interface LogService {

    /**
     * 增加一个Log日志
     *
     * @param logEntity 要增加的内容
     */
    void addLog(OperLogAnnotationEntity logEntity);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy