Skip to content

Examples OnceEvery

Eduard Mishkurov edited this page Apr 7, 2026 · 1 revision

OnceEvery example

OnceEvery

This example shows once-only and periodic logging helpers.

What it demonstrates

  • LogmeI_Once(...)
  • LogmeI_Every(...)
  • The same helpers in std::format style when available

Notes

  • ..._Once prints only the first matching call.
  • ..._Every limits output by time interval.

Clone this wiki locally