Interface IEventLogService
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface IEventLogService : IEventLogger
Methods
ClearLog()
Declaration
DeleteLog(ILogInfo)
Declaration
void DeleteLog(ILogInfo logInfo)
Parameters
GetLog(string)
Declaration
ILogInfo GetLog(string logGuid)
Parameters
Type |
Name |
Description |
string |
logGuid |
|
Returns
GetLogs(int, string, int, int, ref int)
Declaration
IEnumerable<ILogInfo> GetLogs(int portalID, string logType, int pageSize, int pageIndex, ref int totalRecords)
Parameters
Type |
Name |
Description |
int |
portalID |
|
string |
logType |
|
int |
pageSize |
|
int |
pageIndex |
|
int |
totalRecords |
|
Returns
PurgeLogBuffer()
Declaration
Extension Methods