IEventLogService LogEvent Method Kentico 8.1 API Reference
Writes a new record to the event log.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

eventType
Type: OnlineSystem String
Type of the event. Please use predefined constants from EventLogProvider
source
Type: OnlineSystem String
Source of the event (Content, Administration, etc.)
eventCode
Type: OnlineSystem String
Event code (UPDATEDOC, SENDEMAIL, DELETE, etc.)
eventDescription
Type: OnlineSystem String
Detailed description of the event
See Also