CARB_LOG_INFO_EVERY_N_MS#
Defined in carb/logging/Log.h
-
CARB_LOG_INFO_EVERY_N_MS(intervalMs, fmt, ...)#
Time-based throttled logging macro for static log level.
Note
This logs only once every N milliseconds by using
staticvariables to track the last log time.- Parameters:
intervalMs – The minimum interval in milliseconds between log messages
fmt – The print format specifier string
... – Optional arguments