IEventLogService.LogException Method |
Writes a new error to the event log.
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 10.0.0
Syntaxvoid LogException(
string source,
string eventCode,
Exception ex,
LoggingPolicy loggingPolicy = null
)
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 - loggingPolicy (Optional)
- Type: CMS.Core.LoggingPolicy
Logging policy.
See Also