Searched refs:string_with_format (Results 1 – 2 of 2) sorted by relevance
48 inline std::string string_with_format(const std::string &fmt, Ts &&... args) in string_with_format() function
172 print_all(create_log_msg(string_with_format(fmt, args...), log_level)); in log()