Home
last modified time | relevance | path

Searched refs:msg_tuple (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-logging/lib/include/phosphor-logging/
H A Dlog.hpp163 const auto msg_tuple = std::make_tuple(msg_str, std::forward<Msg>(msg)); in log() local
168 auto log_tuple = std::tuple_cat(details::prio<L>(), msg_tuple, in log()