[][src]Module emit::formatters::json

Structs

JsonFormatter

Translate events into a compact JSON format. A message template and associated properties are recorded. To include the rendered message and computed event type instead, see RenderedJsonFormatter.

RenderedJsonFormatter

Translate events into a compact JSON format. The message is rendered into text and a 32-bit event type is computed from the original message template. To record the template itself instead, see JsonFormatter.