AsyncControlLogContextNames Property |
List of log context names separated by semicolon that should be received by this async control log from a general API call.
Use empty string for context which logs messages that do not provide context.
Direct logging to context always logs the message without checking the context.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public string LogContextNames { get; set; }
Property Value
Type:
StringSee Also