Show / Hide Table of Contents

Interface IEventLogController

Inherited Members
ILogController.AddLog(LogInfo)
ILogController.AddLogType(string, string)
ILogController.AddLogType(LogTypeInfo)
ILogController.AddLogTypeConfigInfo(LogTypeConfigInfo)
ILogController.ClearLog()
ILogController.DeleteLog(LogInfo)
ILogController.DeleteLogType(LogTypeInfo)
ILogController.DeleteLogTypeConfigInfo(LogTypeConfigInfo)
ILogController.GetLogs(int, string, int, int, ref int)
ILogController.GetLogTypeConfigInfo()
ILogController.GetLogTypeConfigInfoByID(string)
ILogController.GetLogTypeInfoDictionary()
ILogController.GetSingleLog(LogInfo, LoggingProvider.ReturnType)
ILogController.GetLog(string)
ILogController.PurgeLogBuffer()
ILogController.UpdateLogTypeConfigInfo(LogTypeConfigInfo)
ILogController.UpdateLogType(LogTypeInfo)
Namespace: DotNetNuke.Services.Log.EventLog
Assembly: DotNetNuke.dll
Syntax
[Obsolete("Deprecated in DotNetNuke 9.8.1. Use dependency injection to resolve IEventLogger, IEventLogService or IEventLogConfigService instead. Scheduled for removal in v11.0.0.")]
public interface IEventLogController : ILogController

Methods

AddLog(PortalSettings, int, EventLogType)

Declaration
void AddLog(PortalSettings portalSettings, int userID, EventLogController.EventLogType logType)
Parameters
Type Name Description
PortalSettings portalSettings
int userID
EventLogController.EventLogType logType

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

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

AddLog(LogProperties, PortalSettings, int, string, bool)

Declaration
[Obsolete("Deprecated in DotNetNuke 9.7.0. It has been replaced by the overload taking IPortalSettings. Scheduled for removal in v11.0.0.")]
void AddLog(LogProperties properties, PortalSettings portalSettings, int userID, string logTypeKey, bool bypassBuffering)
Parameters
Type Name Description
LogProperties properties
PortalSettings portalSettings
int userID
string logTypeKey
bool bypassBuffering

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

Declaration
void AddLog(object businessObject, IPortalSettings portalSettings, int userID, string userName, EventLogController.EventLogType logType)
Parameters
Type Name Description
object businessObject
IPortalSettings portalSettings
int userID
string userName
EventLogController.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(object, PortalSettings, int, string, EventLogType)

Declaration
[Obsolete("Deprecated in DotNetNuke 9.7.0. It has been replaced by the overload taking IPortalSettings. Scheduled for removal in v11.0.0.")]
void AddLog(object businessObject, PortalSettings portalSettings, int userID, string userName, EventLogController.EventLogType logType)
Parameters
Type Name Description
object businessObject
PortalSettings portalSettings
int userID
string userName
EventLogController.EventLogType logType

AddLog(object, PortalSettings, int, string, string)

Declaration
[Obsolete("Deprecated in DotNetNuke 9.7.0. It has been replaced by the overload taking IPortalSettings. Scheduled for removal in v11.0.0.")]
void AddLog(object businessObject, PortalSettings portalSettings, int userID, string userName, string logType)
Parameters
Type Name Description
object businessObject
PortalSettings portalSettings
int userID
string userName
string logType

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

Declaration
void AddLog(string propertyName, string propertyValue, IPortalSettings portalSettings, int userID, EventLogController.EventLogType logType)
Parameters
Type Name Description
string propertyName
string propertyValue
IPortalSettings portalSettings
int userID
EventLogController.EventLogType logType

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

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

AddLog(string, string, PortalSettings, int, EventLogType)

Declaration
[Obsolete("Deprecated in DotNetNuke 9.7.0. It has been replaced by the overload taking IPortalSettings. Scheduled for removal in v11.0.0.")]
void AddLog(string propertyName, string propertyValue, PortalSettings portalSettings, int userID, EventLogController.EventLogType logType)
Parameters
Type Name Description
string propertyName
string propertyValue
PortalSettings portalSettings
int userID
EventLogController.EventLogType logType

AddLog(string, string, PortalSettings, int, string)

Declaration
[Obsolete("Deprecated in DotNetNuke 9.7.0. It has been replaced by the overload taking IPortalSettings. Scheduled for removal in v11.0.0.")]
void AddLog(string propertyName, string propertyValue, PortalSettings portalSettings, int userID, string logType)
Parameters
Type Name Description
string propertyName
string propertyValue
PortalSettings portalSettings
int userID
string logType

AddLog(string, string, EventLogType)

Declaration
void AddLog(string propertyName, string propertyValue, EventLogController.EventLogType logType)
Parameters
Type Name Description
string propertyName
string propertyValue
EventLogController.EventLogType logType

Extension Methods

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