g_carbLogFn

Defined in carb/logging/Log.h

carb::logging::LogFn g_carbLogFn

A global weak variable cache of the logging function.

This variable is initialized by carb::logging::registerLoggingForClient() and stores a pointer to carb::logging::ILogging::log() for performance, so that the interface does not have to constantly be acquired (even via carb::getCachedInterface()).