Table of Contents

Interface IEventLogContextAccessor

Namespace
CMS.Core
Assembly
CMS.Core.dll

Defines methods to access or close instances of ILogContext

[Obsolete("Member is deprecated and will be removed in next version.")]
[ObsoleteSince(28, 0)]
public interface IEventLogContextAccessor
Extension Methods

Properties

CurrentLogContext

Current log context

ILogContext CurrentLogContext { get; }

Property Value

ILogContext

Methods

CloseLog(Guid)

Closes given log context.

void CloseLog(Guid logGuid)

Parameters

logGuid Guid

Log GUID

EnsureLog(Guid)

Ensures the existance of log context for given GUID.

ILogContext EnsureLog(Guid logGuid)

Parameters

logGuid Guid

Log GUID

Returns

ILogContext