X-Git-Url: http://git.efficios.com/?p=ctf.git;a=blobdiff_plain;f=common-trace-format-specification.txt;h=ebad3ba7f6a9edf5417a351236cc1d81744a7b78;hp=4ecf4b879e77e62f48afc822bcf2c7bbc43b9b91;hb=980015f9c9d06b3b2bc978554f1a70dd3701659f;hpb=4cac83ee85af3683bcce60ef83184aa49507e7bc diff --git a/common-trace-format-specification.txt b/common-trace-format-specification.txt index 4ecf4b8..ebad3ba 100644 --- a/common-trace-format-specification.txt +++ b/common-trace-format-specification.txt @@ -1129,9 +1129,11 @@ stream { }; event { - name = event_name; + name = "event_name"; id = value; /* Numeric identifier within the stream */ stream_id = stream_id; + loglevel.identifier = "loglevel_identifier"; + loglevel.value = value; context := struct { ... };