Function Karana::Core::debugJson(const nlohmann::json&, JsonToString)#
Defined in File MsgLogger.h
Function Documentation#
-
void Karana::Core::debugJson(const nlohmann::json &json, JsonToString fn = defaultJsonToString)#
Write an debug to all loggers using the provided json and json_to_string function.
- Parameters:
fn – A function that generates a string from the provided json.