Click or drag to resize
IEventLogContextAccessorEnsureLog Method
Ensures the existance of log context for given GUID.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 13.0.131
Syntax
C#
ILogContext EnsureLog(
	Guid logGuid
)

Parameters

logGuid
Type: SystemGuid
Log GUID

Return Value

Type: ILogContext
See Also