CARB_LOG_VERBOSE#
Defined in carb/logging/Log.h
-
CARB_LOG_VERBOSE(fmtOrChannel, ...)#
Logging macro for static log level.
- 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.