Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dlogging.hpp58 inline crow::LogLevel& getBmcwebCurrentLoggingLevel() in getBmcwebCurrentLoggingLevel() function
88 if (getBmcwebCurrentLoggingLevel() < level) in vlog()
/openbmc/bmcweb/src/
H A Dwebserver_run.cpp44 crow::getBmcwebCurrentLoggingLevel() = crow::getLogLevelFromName(logLevel); in setLogLevel()
H A Dwebserver_cli.cpp19 crow::getBmcwebCurrentLoggingLevel() = crow::getLogLevelFromName(logLevel); in cliLogLevel()