CARB_LOG_WARN_EVERY_N_CALLS#
Defined in carb/logging/Log.h
-
CARB_LOG_WARN_EVERY_N_CALLS(callCount, fmt, ...)#
Call-based throttled logging macro for static log level.
Note
This logs only once every N calls by using
staticvariables to track the call count.- Parameters:
callCount – The number of calls between log messages
fmt – The print format specifier string
... – Optional arguments