CARB_LOG_INFO_ONCE#
Defined in carb/logging/Log.h
-
CARB_LOG_INFO_ONCE(fmtOrChannel, ...)#
Single-time logging macro for static log level.
Note
This logs a single time by using
staticinitialization.- Parameters:
fmtOrChannel – The printf format specifier string, or log channel declared with CARB_LOG_ADD_CHANNEL.
... – Optional arguments. If
fmtOrChannelspecifies a channel, the first argument must be the format string.