CARB_LOG#
Defined in carb/logging/Log.h
-
CARB_LOG(level, fmtOrChannel, ...)#
Logging macro if the level is dynamic.
Prefer using CARB_LOG_VERBOSE, CARB_LOG_INFO, etc. if the level is static.
- Parameters:
level – The Log Levels
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.