Click or drag to resize
IEventLogService Interface
Event log service interface

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax
C#
public interface IEventLogService

The IEventLogService type exposes the following members.

Properties
  NameDescription
Public propertyCurrentLogContext
Current log context
Top
Methods
  NameDescription
Public methodCloseLog
Closes given log context.
Public methodEnsureLog
Ensures the log for given GUID.
Public methodLogEvent
Writes a new record to the event log.
Public methodLogException
Writes a new error to the event log.
Top
See Also