Add fmtlib support to EventContext

  • make EventContext formattable via fmtlib
  • implement operator<<(ostream&, ...) in terms of fmt::format
  • add a test to ensure that EventContext formatting and printing is stable

Closes #311 (closed)

Merge request reports

Loading