Show / Hide Table of Contents

Interface IEventLogger

Namespace: DotNetNuke.Abstractions.Logging
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface IEventLogger

Methods

AddLog(ILogInfo)

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

AddLog(ILogProperties, IPortalSettings, int, string, bool)

Declaration
void AddLog(ILogProperties properties, IPortalSettings portalSettings, int userID, string logTypeKey, bool bypassBuffering)
Parameters
Type Name Description
ILogProperties properties
IPortalSettings portalSettings
int userID
string logTypeKey
bool bypassBuffering

AddLog(IPortalSettings, int, EventLogType)

Declaration
void AddLog(IPortalSettings portalSettings, int userID, EventLogType logType)
Parameters
Type Name Description
IPortalSettings portalSettings
int userID
EventLogType logType

AddLog(object, IPortalSettings, int, string, EventLogType)

Declaration
void AddLog(object businessObject, IPortalSettings portalSettings, int userID, string userName, EventLogType logType)
Parameters
Type Name Description
object businessObject
IPortalSettings portalSettings
int userID
string userName
EventLogType logType

AddLog(object, IPortalSettings, int, string, string)

Declaration
void AddLog(object businessObject, IPortalSettings portalSettings, int userID, string userName, string logType)
Parameters
Type Name Description
object businessObject
IPortalSettings portalSettings
int userID
string userName
string logType

AddLog(string, string, EventLogType)

Declaration
void AddLog(string name, string value, EventLogType logType)
Parameters
Type Name Description
string name
string value
EventLogType logType

AddLog(string, string, IPortalSettings, int, EventLogType)

Declaration
void AddLog(string name, string value, IPortalSettings portalSettings, int userID, EventLogType logType)
Parameters
Type Name Description
string name
string value
IPortalSettings portalSettings
int userID
EventLogType logType

AddLog(string, string, IPortalSettings, int, string)

Declaration
void AddLog(string name, string value, IPortalSettings portalSettings, int userID, string logType)
Parameters
Type Name Description
string name
string value
IPortalSettings portalSettings
int userID
string logType

Extension Methods

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