Skip to content

Commit 808fbf1

Browse files
authored
Update README.md
1 parent 714a927 commit 808fbf1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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**

0 commit comments

Comments
 (0)