Function Karana::Core::debugJson(const nlohmann::ordered_json&, OrderedJsonToString)

Function Karana::Core::debugJson(const nlohmann::ordered_json&, OrderedJsonToString)#

Function Documentation#

void Karana::Core::debugJson(const nlohmann::ordered_json &json, OrderedJsonToString fn = defaultOrderedJsonToString)#

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

Parameters:

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