@Service public class OpLogsService extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static org.slf4j.Logger |
log |
| 构造器和说明 |
|---|
OpLogsService() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addOpLogs(String account,
String mokuai,
String pager,
String gongneng,
String logcontent,
String remark,
javax.servlet.http.HttpServletRequest request)
操作日志
|
void |
AdminAddOpLogs(String gongneng,
String logcontent,
javax.servlet.http.HttpServletRequest request)
admin账号操作日志
|
void |
AdminAddOpLogs(String gongneng,
String logcontent,
String pager,
javax.servlet.http.HttpServletRequest request)
添加操作日志
|
void |
AdminAddOpLogs(String gongneng,
String logcontent,
String pager,
String remark,
javax.servlet.http.HttpServletRequest request)
添加操作日志
|
void |
AdminAddOpLogs(String gongneng,
String logcontent,
String account,
String pager,
String remark,
javax.servlet.http.HttpServletRequest request)
添加操作日志
|
public void addOpLogs(String account, String mokuai, String pager, String gongneng, String logcontent, String remark, javax.servlet.http.HttpServletRequest request)
account - 账号mokuai - 模块pager - 页面gongneng - 功能logcontent - 内容remark - 备注request - HttpServletRequest对象public void AdminAddOpLogs(String gongneng, String logcontent, javax.servlet.http.HttpServletRequest request)
gongneng - logcontent - request - HttpServletRequest对象public void AdminAddOpLogs(String gongneng, String logcontent, String pager, javax.servlet.http.HttpServletRequest request)
gongneng - 功能logcontent - 内容pager - 页面request - HttpServletRequest对象public void AdminAddOpLogs(String gongneng, String logcontent, String pager, String remark, javax.servlet.http.HttpServletRequest request)
gongneng - 功能logcontent - 内容pager - 页面remark - 备注request - HttpServletRequest对象Copyright © 癸卯【兔】年–2023 hlinfo. All rights reserved.