Function Karana::Core::debugJson(const nlohmann::ordered_json&, OrderedJsonToString)#
Defined in File MsgLogger.h
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.