Class EventLogExtensions
Extensions methods for types related to the Event Log.
Inheritance
System.Object
EventLogExtensions
Namespace: DotNetNuke.Services.Log.EventLog
Assembly: DotNetNuke.dll
Syntax
public static class EventLogExtensions : object
Methods
| Improve this Doc View SourceAddSettingLog(IEventLogger, EventLogType, String, Int32, String, String, Int32)
Add setting log.
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 | The IEventLogger instance. |
EventLogType | logTypeKey | The log type. |
System.String | idFieldName | The ID field name, e.g. |
System.Int32 | idValue | The ID value. |
System.String | settingName | The setting name. |
System.String | settingValue | The setting value. |
System.Int32 | userId | The ID of the user taking the action. |