Writes a new error to the event log.
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- source
- Type: System String
Source of the event (Content, Administration, etc.)
- eventCode
- Type: System String
Event code (UPDATEDOC, SENDEMAIL, DELETE, etc.)
- ex
- Type: System Exception
Exception to be logged
- allowMultiple (Optional)
- Type: System Boolean
If true, it is allowed to log this exception multiple times within the application run
See Also