Click or drag to resize
LogContextSetAllowedContexts Method
Sets the list of the context names that the log context accepts. Use empty string for context which logs messages that do not provide context.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 11.0.0
Syntax
C#
public void SetAllowedContexts(
	params string[] contextNames
)

Parameters

contextNames
Type: SystemString
Context names
See Also