Skip to content

Instantly share code, notes, and snippets.

@nblumhardt
Created May 25, 2017 20:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nblumhardt/703d4dcbc49b95d1c0fc00f168cad46c to your computer and use it in GitHub Desktop.
Save nblumhardt/703d4dcbc49b95d1c0fc00f168cad46c to your computer and use it in GitHub Desktop.
CLEF event with formatted property
// Needs to be sent to Seq with the ?clef flag, e.g. /api/events/raw?clef
//
// See also:
// https://github.com/serilog/serilog-formatting-compact#reified-properties
{"@t":"...","@mt":"The {Item} cost ${Amount:0.00}","Item":"apple","Amount":3.2,"@r":["3.20"]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment