Interface ILogRepository
- Namespace
- Oqtane.Repository
- Assembly
- Oqtane.Server.dll
public interface ILogRepository
Methods
AddLog(Log)
void AddLog(Log log)
Parameters
log
Log
DeleteLogs(int, int)
int DeleteLogs(int siteId, int age)
Parameters
Returns
GetLog(int)
Log GetLog(int logId)
Parameters
logId
int
Returns
GetLogs(int, string, string, int)
IEnumerable<Log> GetLogs(int siteId, string level, string function, int rows)