Function Karana::Core::_numTraceInt(msg_f)#
Defined in File MsgLogger.h
Function Documentation#
-
void Karana::Core::_numTraceInt(msg_f f)#
Write an num_trace to all loggers using a function that outputs a message. This function is only executed if one or more sinks will consume it. This will only run in debug mode. If NDEBUG is defined, it is a no-op.
- Parameters:
f – The function that generates the num_trace message