Interface IEventLogController
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
AddLog(LogProperties, IPortalSettings, int, string, bool)
Declaration
void AddLog(LogProperties properties, IPortalSettings portalSettings, int userID, string logTypeKey, bool bypassBuffering)
Parameters
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
AddLog(object, IPortalSettings, int, string, EventLogType)
Declaration
void AddLog(object businessObject, IPortalSettings portalSettings, int userID, string userName, EventLogController.EventLogType logType)
Parameters
AddLog(object, IPortalSettings, int, string, string)
Declaration
void AddLog(object businessObject, IPortalSettings portalSettings, int userID, string userName, string logType)
Parameters
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
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
AddLog(string, string, IPortalSettings, int, EventLogType)
Declaration
void AddLog(string propertyName, string propertyValue, IPortalSettings portalSettings, int userID, EventLogController.EventLogType logType)
Parameters
AddLog(string, string, IPortalSettings, int, string)
Declaration
void AddLog(string propertyName, string propertyValue, IPortalSettings portalSettings, int userID, string logType)
Parameters
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
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
AddLog(string, string, EventLogType)
Declaration
void AddLog(string propertyName, string propertyValue, EventLogController.EventLogType logType)
Parameters
Extension Methods