Function Karana::Core::_numTraceInt(const std::string&)#
Defined in File MsgLogger.h
Function Documentation#
-
void Karana::Core::_numTraceInt(const std::string &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.