Show / Hide Table of Contents

Interface IEventLogService

Inherited Members
IEventLogger.AddLog(string, string, EventLogType)
IEventLogger.AddLog(string, string, IPortalSettings, int, EventLogType)
IEventLogger.AddLog(string, string, IPortalSettings, int, string)
IEventLogger.AddLog(ILogProperties, IPortalSettings, int, string, bool)
IEventLogger.AddLog(IPortalSettings, int, EventLogType)
IEventLogger.AddLog(object, IPortalSettings, int, string, EventLogType)
IEventLogger.AddLog(object, IPortalSettings, int, string, string)
IEventLogger.AddLog(ILogInfo)
Namespace: DotNetNuke.Abstractions.Logging
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface IEventLogService : IEventLogger

Methods

ClearLog()

Declaration
void ClearLog()

DeleteLog(ILogInfo)

Declaration
void DeleteLog(ILogInfo logInfo)
Parameters
Type Name Description
ILogInfo logInfo

GetLog(string)

Declaration
ILogInfo GetLog(string logGuid)
Parameters
Type Name Description
string logGuid
Returns
Type Description
ILogInfo

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
Type Description
IEnumerable<ILogInfo>

PurgeLogBuffer()

Declaration
void PurgeLogBuffer()

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS