Table of Contents

Interface IEventLogService

Namespace
CMS.Core
Assembly
CMS.Core.dll

Defines contract for logging events.

public interface IEventLogService
Extension Methods

Methods

LogEvent(EventLogData)

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:

void LogEvent(EventLogData eventLogData)

Parameters

eventLogData EventLogData

Represents all the data that can be written to the event log.