Function Karana::Core::trace(msg_f)

Function Karana::Core::trace(msg_f)#

Function Documentation#

void Karana::Core::trace(msg_f f)#

Write an trace to all loggers using a function that outputs a message. This function is only executed if one or more sinks will consume it.

Parameters:

f – The function that generates the trace message