Skip to content

Commit 8d89234

Browse files
authored
Merge pull request #22 from nblumhardt/dev
Clarify semantics of `@r`
2 parents 9a6bdf9 + 739777b commit 8d89234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The format defines a handful of reified properties that have special meaning:
6868
| `@l` | Level | An implementation-specific level identifier (string or number) | Absence implies "informational" |
6969
| `@x` | Exception | A language-dependent error representation potentially including backtrace | |
7070
| `@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 |
7272

7373
The `@` sigil may be escaped at the start of a user property name by doubling, e.g. `@@name` denotes a property called `@name`.
7474

0 commit comments

Comments
 (0)