Click or drag to resize
IEventLogContextAccessor Interface
Defines methods to access or close instances of ILogContext

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

The IEventLogContextAccessor 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 existance of log context for given GUID.
Top
See Also