Table of Contents

Interface IEventLogService

Namespace
CMS.Core
Assembly
CMS.Core.dll

Defines contract for logging events.

public interface IEventLogService
Extension Methods

Remarks

This interface is maintained for backward compatibility. For new development, use Microsoft.Extensions.Logging.ILogger instead.

Methods

LogEvent(EventLogData)

Logs eventLogData to the appropriate log output.

void LogEvent(EventLogData eventLogData)

Parameters

eventLogData EventLogData

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

Remarks

This method is maintained for backward compatibility. For new development, use Microsoft.Extensions.Logging.ILogger instead.