CARB_LOG_VERBOSE_ONCE_RESETTABLE#

Defined in carb/logging/Log.h

CARB_LOG_VERBOSE_ONCE_RESETTABLE(gateName, fmt, ...)#

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)

  • fmt – The print format specifier string

  • ... – Optional arguments