Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dtee_logging.cpp232 std::string msg_with_prefix = prefix_ + message; in operator ()() local
236 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 ()()