summaryM:DotNetNuke.Services.Log.EventLog.EventLogController.AddLog(System.String,System.String,DotNetNuke.Entities.Portals.PortalSettings,System.Int32,System.String)

Namespace: DotNetNuke.Services.Log.EventLog
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public void AddLog(
	string propertyName,
	string propertyValue,
	PortalSettings portalSettings,
	int userID,
	string logType
)
Visual Basic
Public Sub AddLog ( 
	propertyName As String,
	propertyValue As String,
	portalSettings As PortalSettings,
	userID As Integer,
	logType As String
)

Parameters

propertyName
Type: System..::..String
parampropertyNameM:DotNetNuke.Services.Log.EventLog.EventLogController.AddLog(System.String,System.String,DotNetNuke.Entities.Portals.PortalSettings,System.Int32,System.String)
propertyValue
Type: System..::..String
parampropertyValueM:DotNetNuke.Services.Log.EventLog.EventLogController.AddLog(System.String,System.String,DotNetNuke.Entities.Portals.PortalSettings,System.Int32,System.String)
portalSettings
Type: DotNetNuke.Entities.Portals..::..PortalSettings
paramportalSettingsM:DotNetNuke.Services.Log.EventLog.EventLogController.AddLog(System.String,System.String,DotNetNuke.Entities.Portals.PortalSettings,System.Int32,System.String)
userID
Type: System..::..Int32
paramuserIDM:DotNetNuke.Services.Log.EventLog.EventLogController.AddLog(System.String,System.String,DotNetNuke.Entities.Portals.PortalSettings,System.Int32,System.String)
logType
Type: System..::..String
paramlogTypeM:DotNetNuke.Services.Log.EventLog.EventLogController.AddLog(System.String,System.String,DotNetNuke.Entities.Portals.PortalSettings,System.Int32,System.String)

Implements

IEventLogController..::..AddLog(String, String, PortalSettings, Int32, String)

See Also