Fix #3625: add the clear logs function.
This commit is contained in:
@ -8,6 +8,6 @@ namespace Oqtane.Repository
|
||||
IEnumerable<Log> GetLogs(int siteId, string level, string function, int rows);
|
||||
Log GetLog(int logId);
|
||||
void AddLog(Log log);
|
||||
int DeleteLogs(int siteId, int age);
|
||||
int DeleteLogs(int siteId, int age, bool includeErrors = false);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user