Function Karana::Core::traceJson(const nlohmann::json&, JsonToString)

Function Karana::Core::traceJson(const nlohmann::json&, JsonToString)#

Function Documentation#

void Karana::Core::traceJson(const nlohmann::json &json, JsonToString fn = defaultJsonToString)#

Write an trace to all loggers using the provided json and json_to_string function.

Parameters:
  • json – The json trace information.

  • fn – The function that generates a string from the provided json.