CARB_LOG
Defined in carb/logging/Log.h
- 
CARB_LOG(level, fmt, ...)
- 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 
- fmt – The printf format specifier string 
- ... – Optional arguments