public class DbLogRecordServiceImpl extends Object implements LogRecordApi
| 构造器和说明 |
|---|
DbLogRecordServiceImpl(LogManagerThreadPool logManagerThreadPool,
SysLogService sysLogService) |
DbLogRecordServiceImpl(LogManagerThreadPool logManagerThreadPool,
SysLogService sysLogService,
long sleepTime,
int maxCount) |
public DbLogRecordServiceImpl(LogManagerThreadPool logManagerThreadPool, SysLogService sysLogService)
public DbLogRecordServiceImpl(LogManagerThreadPool logManagerThreadPool, SysLogService sysLogService, long sleepTime, int maxCount)
public void add(LogRecordDTO logRecordDTO)
add 在接口中 LogRecordApipublic void addBatch(List<LogRecordDTO> logRecords)
addBatch 在接口中 LogRecordApipublic void addAsync(LogRecordDTO logRecordDTO)
addAsync 在接口中 LogRecordApiCopyright © 2021. All rights reserved.