CARB_LOG_ERROR_ONCE#

Defined in carb/logging/Log.h

CARB_LOG_ERROR_ONCE(fmtOrChannel, ...)#

Single-time logging macro for static log level.

Note

This logs a single time by using static initialization.

Parameters:
  • 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.