Searched refs:LogFn (Results 1 – 1 of 1) sorted by relevance
57 using LogFn = std::function<void(const std::string& msg)>; variable59 void binderCallLogFn(const Json::Value& logTransaction, const LogFn& logFn) { in binderCallLogFn()