Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dlogging.hpp119 inline void vlog(std::format_string<Args...>&& format, Args&&... args, in vlog() function
166 crow::vlog<crow::LogLevel::Critical, Args...>( in BMCWEB_LOG_CRITICAL()
179 crow::vlog<crow::LogLevel::Error, Args...>( in BMCWEB_LOG_ERROR()
192 crow::vlog<crow::LogLevel::Warning, Args...>( in BMCWEB_LOG_WARNING()
205 crow::vlog<crow::LogLevel::Info, Args...>( in BMCWEB_LOG_INFO()
218 crow::vlog<crow::LogLevel::Debug, Args...>( in BMCWEB_LOG_DEBUG()