CARB_LOG_VERBOSE_ONCE_RESETTABLE#

Defined in carb/logging/Log.h

CARB_LOG_VERBOSE_ONCE_RESETTABLE(gateName, fmtOrChannel, ...)#

Resettable single-time logging macro for static log level.

Note

This logs a single time per gate until the gate is reset using CARB_LOG_RESET_GATE.

Parameters:
  • gateName – A unique identifier for this logging gate (must be a valid C++ identifier)

  • fmtOrChannel – The printf format specifier string, or log channel declared with CARB_LOG_ADD_CHANNEL.

  • ... – Optional arguments. If fmtOrChannel specifies a channel, the first argument must be the format string.