Package net.risesoft.service
Interface ErrorLogService
-
- All Known Implementing Classes:
ErrorLogServiceImpl
public interface ErrorLogService- Author:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsaveErrorLog(ErrorLog errorLog)保存错误日志
-
-
-
Method Detail
-
saveErrorLog
void saveErrorLog(ErrorLog errorLog)
保存错误日志- Parameters:
errorLog-
-
-