| IEventLogService Interface |
Namespace: CMS.Core
public interface IEventLogService
The IEventLogService type exposes the following members.
| Name | Description | |
|---|---|---|
| LogEvent | Logs eventLogData to the appropriate log output. The implementation should ensure that contextual information is filled. The following properties should be filled with contextual data: |
| Name | Description | |
|---|---|---|
| LogError |
Writes a new error to the event log.
(Defined by EventLogServiceExtensions.) | |
| LogEvent |
Writes a new record to the event log.
(Defined by EventLogServiceExtensions.) | |
| LogException |
Writes a new error to the event log.
(Defined by EventLogServiceExtensions.) | |
| LogInformation |
Writes a new information to the event log.
(Defined by EventLogServiceExtensions.) | |
| LogWarning(String, String, String, Int32, LoggingPolicy) | Overloaded.
Writes a new warning to the event log.
(Defined by EventLogServiceExtensions.) | |
| LogWarning(String, String, Exception, Int32, String, LoggingPolicy) | Overloaded.
Writes a new warning to the event log.
(Defined by EventLogServiceExtensions.) |