Class EventLogExtensions
Inherited Members
Namespace: DotNetNuke.Services.Log.EventLog
Assembly: DotNetNuke.dll
Syntax
public static class EventLogExtensions
Methods
AddSettingLog(IEventLogger, EventLogType, string, int, string, string, int)
Declaration
public static void AddSettingLog(this IEventLogger logger, EventLogType logTypeKey, string idFieldName, int idValue, string settingName, string settingValue, int userId)
Parameters
Type | Name | Description |
---|---|---|
IEventLogger | logger | |
EventLogType | logTypeKey | |
string | idFieldName | |
int | idValue | |
string | settingName | |
string | settingValue | |
int | userId |