You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ The format defines a handful of reified properties that have special meaning:
68
68
|`@l`| Level | An implementation-specific level identifier (string or number) | Absence implies "informational" |
69
69
|`@x`| Exception | A language-dependent error representation potentially including backtrace ||
70
70
|`@i`| Event id | An implementation specific event id (string or number) ||
71
-
|`@r`| Renderings | If `@mt` includes properties with programming-language-specific formatting, an array of pre-rendered values for each such property ||
71
+
|`@r`| Renderings | If `@mt` includes tokens with programming-language-specific formatting, an array of pre-rendered values for each such token | May be omitted; if present, the count of renderings must match the count of formatted tokens exactly|
72
72
73
73
The `@` sigil may be escaped at the start of a user property name by doubling, e.g. `@@name` denotes a property called `@name`.
0 commit comments