Searched refs:msg_with_prefix (Results 1 – 1 of 1) sorted by relevance
232 std::string msg_with_prefix = prefix_ + message; in operator ()() local236 output_string = msg_with_prefix + std::string("\n"); in operator ()()239 output_string = fmt::format("{}] {}{}", tag, msg_with_prefix, "\n"); in operator ()()247 file, line, msg_with_prefix.c_str()); in operator ()()