Table of Contents

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

siteId int
age int

Returns

int

GetLog(int)

Log GetLog(int logId)

Parameters

logId int

Returns

Log

GetLogs(int, string, string, int)

IEnumerable<Log> GetLogs(int siteId, string level, string function, int rows)

Parameters

siteId int
level string
function string
rows int

Returns

IEnumerable<Log>