logging enhancements
This commit is contained in:
		| @ -5,7 +5,7 @@ namespace Oqtane.Repository | ||||
| { | ||||
|     public interface ILogRepository | ||||
|     { | ||||
|         IEnumerable<Log> GetLogs(int SiteId, string Level, int Rows); | ||||
|         IEnumerable<Log> GetLogs(int SiteId, string Level, string Function, int Rows); | ||||
|         Log GetLog(int LogId); | ||||
|         void AddLog(Log Log); | ||||
|     } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shaun Walker
					Shaun Walker