Click or drag to resize
LogContextLogExists Method
Returns true if the given log exists.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 11.0.0
Syntax
C#
public static bool LogExists(
	Guid logGuid
)

Parameters

logGuid
Type: SystemGuid
Log GUID

Return Value

Type: Boolean
See Also