 | AspNetTraceIdentifierLayoutRendererIgnoreActivityId Property |
Ignore the System.Diagnostics.Activity.Current.Id value, and always use HttpContext.TraceIdentifier
Namespace:
NLog.Web.LayoutRenderers
Assemblies:
NLog.Web.AspNetCore (in NLog.Web.AspNetCore.dll) Version: 6.0.0+59339f2811712b446adf6dcd8a6bad39ad9f2ba1
NLog.Web (in NLog.Web.dll) Version: 6.0.0+59339f2811712b446adf6dcd8a6bad39ad9f2ba1
Syntaxpublic bool IgnoreActivityId { get; set; }Public Property IgnoreActivityId As Boolean
Get
Set
Dim instance As AspNetTraceIdentifierLayoutRenderer
Dim value As Boolean
value = instance.IgnoreActivityId
instance.IgnoreActivityId = value
member IgnoreActivityId : bool with get, set
Property Value
Type:
Boolean
See Also