Lines Matching refs:format_string
119 inline void vlog(std::format_string<Args...>&& format, Args&&... args, in vlog()
162 BMCWEB_LOG_CRITICAL(std::format_string<Args...> format, Args&&... args, in BMCWEB_LOG_CRITICAL()
175 BMCWEB_LOG_ERROR(std::format_string<Args...> format, Args&&... args, in BMCWEB_LOG_ERROR()
188 BMCWEB_LOG_WARNING(std::format_string<Args...> format, Args&&... args, in BMCWEB_LOG_WARNING()
201 BMCWEB_LOG_INFO(std::format_string<Args...> format, Args&&... args, in BMCWEB_LOG_INFO()
214 BMCWEB_LOG_DEBUG(std::format_string<Args...> format, Args&&... args, in BMCWEB_LOG_DEBUG()
224 BMCWEB_LOG_CRITICAL(std::format_string<Args...>, Args&&...)
228 BMCWEB_LOG_ERROR(std::format_string<Args...>, Args&&...)
232 BMCWEB_LOG_WARNING(std::format_string<Args...>, Args&&...)
236 BMCWEB_LOG_INFO(std::format_string<Args...>, Args&&...)
240 BMCWEB_LOG_DEBUG(std::format_string<Args...>, Args&&...)