summaryM:DotNetNuke.Data.DataProvider.AddLog(System.String,System.String,System.Int32,System.String,System.Int32,System.String,System.DateTime,System.String,System.String,System.Int32,DotNetNuke.Services.Exceptions.ExceptionInfo,System.Boolean)

Namespace: DotNetNuke.Data
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public virtual void AddLog(
	string logGUID,
	string logTypeKey,
	int logUserID,
	string logUserName,
	int logPortalID,
	string logPortalName,
	DateTime logCreateDate,
	string logServerName,
	string logProperties,
	int logConfigID,
	ExceptionInfo exception,
	bool notificationActive
)
Visual Basic
Public Overridable Sub AddLog ( 
	logGUID As String,
	logTypeKey As String,
	logUserID As Integer,
	logUserName As String,
	logPortalID As Integer,
	logPortalName As String,
	logCreateDate As DateTime,
	logServerName As String,
	logProperties As String,
	logConfigID As Integer,
	exception As ExceptionInfo,
	notificationActive As Boolean
)

Parameters

logGUID
Type: System..::..String
paramlogGUIDM:DotNetNuke.Data.DataProvider.AddLog(System.String,System.String,System.Int32,System.String,System.Int32,System.String,System.DateTime,System.String,System.String,System.Int32,DotNetNuke.Services.Exceptions.ExceptionInfo,System.Boolean)
logTypeKey
Type: System..::..String
paramlogTypeKeyM:DotNetNuke.Data.DataProvider.AddLog(System.String,System.String,System.Int32,System.String,System.Int32,System.String,System.DateTime,System.String,System.String,System.Int32,DotNetNuke.Services.Exceptions.ExceptionInfo,System.Boolean)
logUserID
Type: System..::..Int32
paramlogUserIDM:DotNetNuke.Data.DataProvider.AddLog(System.String,System.String,System.Int32,System.String,System.Int32,System.String,System.DateTime,System.String,System.String,System.Int32,DotNetNuke.Services.Exceptions.ExceptionInfo,System.Boolean)
logUserName
Type: System..::..String
paramlogUserNameM:DotNetNuke.Data.DataProvider.AddLog(System.String,System.String,System.Int32,System.String,System.Int32,System.String,System.DateTime,System.String,System.String,System.Int32,DotNetNuke.Services.Exceptions.ExceptionInfo,System.Boolean)
logPortalID
Type: System..::..Int32
paramlogPortalIDM:DotNetNuke.Data.DataProvider.AddLog(System.String,System.String,System.Int32,System.String,System.Int32,System.String,System.DateTime,System.String,System.String,System.Int32,DotNetNuke.Services.Exceptions.ExceptionInfo,System.Boolean)
logPortalName
Type: System..::..String
paramlogPortalNameM:DotNetNuke.Data.DataProvider.AddLog(System.String,System.String,System.Int32,System.String,System.Int32,System.String,System.DateTime,System.String,System.String,System.Int32,DotNetNuke.Services.Exceptions.ExceptionInfo,System.Boolean)
logCreateDate
Type: System..::..DateTime
paramlogCreateDateM:DotNetNuke.Data.DataProvider.AddLog(System.String,System.String,System.Int32,System.String,System.Int32,System.String,System.DateTime,System.String,System.String,System.Int32,DotNetNuke.Services.Exceptions.ExceptionInfo,System.Boolean)
logServerName
Type: System..::..String
paramlogServerNameM:DotNetNuke.Data.DataProvider.AddLog(System.String,System.String,System.Int32,System.String,System.Int32,System.String,System.DateTime,System.String,System.String,System.Int32,DotNetNuke.Services.Exceptions.ExceptionInfo,System.Boolean)
logProperties
Type: System..::..String
paramlogPropertiesM:DotNetNuke.Data.DataProvider.AddLog(System.String,System.String,System.Int32,System.String,System.Int32,System.String,System.DateTime,System.String,System.String,System.Int32,DotNetNuke.Services.Exceptions.ExceptionInfo,System.Boolean)
logConfigID
Type: System..::..Int32
paramlogConfigIDM:DotNetNuke.Data.DataProvider.AddLog(System.String,System.String,System.Int32,System.String,System.Int32,System.String,System.DateTime,System.String,System.String,System.Int32,DotNetNuke.Services.Exceptions.ExceptionInfo,System.Boolean)
exception
Type: DotNetNuke.Services.Exceptions..::..ExceptionInfo
paramexceptionM:DotNetNuke.Data.DataProvider.AddLog(System.String,System.String,System.Int32,System.String,System.Int32,System.String,System.DateTime,System.String,System.String,System.Int32,DotNetNuke.Services.Exceptions.ExceptionInfo,System.Boolean)
notificationActive
Type: System..::..Boolean
paramnotificationActiveM:DotNetNuke.Data.DataProvider.AddLog(System.String,System.String,System.Int32,System.String,System.Int32,System.String,System.DateTime,System.String,System.String,System.Int32,DotNetNuke.Services.Exceptions.ExceptionInfo,System.Boolean)

See Also