usdOptimizeLog#

Fully qualified name: usd_optimize::usdOptimizeLog

void usd_optimize::usdOptimizeLog(int32_t level, const char *fmt, ...)#

Free function entry point for the USD_OPTIMIZE_LOG_X macros.

This is intentionally a free function (rather than a static member of Operation) so that lightweight headers such as CudaUtils.h can use the USD_OPTIMIZE_LOG macros without pulling in the full Operation / USD dependency chain.

Parameters:
  • level – The level. See carb::logging::kLevelVerbose etc.

  • fmt – The format string