File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,12 +66,12 @@ Example of `NLog.config` file that outputs span-details together with LogEvent b
6666- CustomProperty : Custom property assigned to this activity. Must be used together with Item-option
6767- Events : Events attached to this activity (Use ` Format="@" ` for json-array)
6868- TraceState : W3C tracestate header
69- - TraceFlags : See System.Diagnostics.ActivityTraceFlags for activity (defined by the W3C ID specification). Can be combined with ` format="d" `
69+ - TraceFlags : See System.Diagnostics.ActivityTraceFlags for activity (defined by the W3C ID specification). For int-value combine with ` format="d" `
7070- SourceName : Name of the activity source associated with this activity
7171- SourceVersion : Version of the activity source associated with this activity
72- - ActivityKind : Relationship kind between the activity, its parents, and its children. Can be combined with ` format="d" `
72+ - ActivityKind : Relationship kind between the activity, its parents, and its children. For int-value combine with ` format="d" `
7373- TraceStateString : W3C 'tracestate' header as a string
74- - Status : Status code of the current activity (formatted as Enum name by default ). Can be combined with ` format="d" `
74+ - Status : Status code of the current activity (` Ok ` or ` Error ` ). For int-value combine with ` format="d" `
7575- StatusDescription : Status description of the current activity
7676
7777** Formatting**
You can’t perform that action at this time.
0 commit comments