CARB_LOG_FATAL_EVERY_N_CALLS#

Defined in carb/logging/Log.h

CARB_LOG_FATAL_EVERY_N_CALLS(callCount, fmt, ...)#

Call-based throttled logging macro for static log level.

Note

This logs only once every N calls by using static variables to track the call count.

Parameters:
  • callCount – The number of calls between log messages

  • fmt – The print format specifier string

  • ... – Optional arguments