| EventLogHelper Class |
Namespace: CMS.EventLog
public class EventLogHelper : AbstractHelper<EventLogHelper>
The EventLogHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| EventLogHelper |
| Name | Description | |
|---|---|---|
| LogEventsToFile |
Indicates if events are logged to the file.
| |
| LogEventsToFileInternal |
Indicates if events are logged to the file.
| |
| LogFile |
Physical path to the log file.
| |
| LogFileInternal |
Physical path to the log file.
| |
| LogFolder |
Physical path to folder where log file is saved.
| |
| LogFolderInternal |
Physical path to folder where log file is saved.
|
| Name | Description | |
|---|---|---|
| ClearEventLog |
Clears entire event log and writes new event record with information about this action and the user who performed it.
| |
| ClearEventLogInternal |
Clears entire event log and writes new event record with information about this action and the user who performed it.
| |
| GetChangedFields |
Gets the list of changed fields in the given object.
| |
| GetChangedFieldsInternal |
Gets the list of changed fields in the given object.
| |
| GetEventText |
Gets log event text from DataRow
| |
| GetEventTextInternal(EventLogData) |
Gets log event text from event data object
| |
| GetEventTextInternal(EventLogInfo) |
Gets log event text from DataRow
| |
| GetEventTypeText |
Returns user-friendly string for the given event type.
| |
| GetEventTypeTextInternal |
Returns user-friendly string for the given event type.
| |
| GetFields |
Gets the list of fields in the given object.
| |
| GetFieldsInternal |
Gets the list of fields in the given object.
| |
| LogDelete |
Logs deletion of an object.
| |
| LogDeleteInternal |
Logs deletion of an object.
| |
| LogEventToFile(EventLogInfo) |
Logs the log object to file.
| |
| LogEventToFile(String, String, String, String, String, Int32, String, Int32, String, String, Int32, String, String, String, DateTime) |
Logs the query to file.
| |
| LogEventToFileInternal(EventLogInfo) |
Logs the log object to file.
| |
| LogEventToFileInternal(String, String, String, String, String, Int32, String, Int32, String, String, Int32, String, String, String, DateTime) |
Logs the query to file.
| |
| LogInsert |
Logs insertion of an object.
| |
| LogInsertInternal |
Logs insertion of an object.
| |
| LogUpdate |
Logs update of an object.
| |
| LogUpdateInternal |
Logs update of an object.
| |
| SendEmailNotification(EventLogData, String) |
Sends email notification regarding received eventLogData.
| |
| SendEmailNotification(EventLogInfo, String) |
Logs the query to file.
| |
| SendEmailNotificationInternal(EventLogData, String) |
Sends email notification regarding received eventLogData.
| |
| SendEmailNotificationInternal(EventLogInfo, String) |
Logs the query to file.
| |
| SetAsDefaultHelper |
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.) |