Function Karana::Core::_numTraceInt(std::string_view)

Function Karana::Core::_numTraceInt(std::string_view)#

Function Documentation#

void Karana::Core::_numTraceInt(std::string_view msg)#

Write a num_trace message to all loggers. This will only run in debug mode. If NDEBUG is defined, it is a no-op.

Parameters:

msg – The trace message.