Searched refs:debugLevel (Results 1 – 6 of 6) sorted by relevance
22 static bool OnVerboseLevel(const std::vector<std::string> &debugLevel) in OnVerboseLevel() argument24 if (debugLevel.size() == 0) { in OnVerboseLevel()32 static bool OnMuchLevel(const std::vector<std::string> &debugLevel) in OnMuchLevel() argument34 if (debugLevel.size() == 0) { in OnMuchLevel()42 static bool OnDebugLevel(const std::vector<std::string> &debugLevel) in OnDebugLevel() argument44 if (debugLevel.size() == 0) { in OnDebugLevel()52 static bool OnNoDebug(const std::vector<std::string> &debugLevel) in OnNoDebug() argument54 if (debugLevel.size() == 0) { in OnNoDebug()61 static bool OnMixLogOutput(const std::vector<std::string> &debugLevel) in OnMixLogOutput() argument63 if (debugLevel.size() == 0) { in OnMixLogOutput()
153 DebugLevel DebugLogger::SetLogLevel(DebugLevel debugLevel) in SetLogLevel() argument156 debugLevel_ = debugLevel; in SetLogLevel()158 printf("setLogLevel %d\n", debugLevel); in SetLogLevel()
102 libusb_log_level debugLevel; in InitLogging() local106 debugLevel = LIBUSB_LOG_LEVEL_ERROR; in InitLogging()109 debugLevel = LIBUSB_LOG_LEVEL_WARNING; in InitLogging()112 debugLevel = LIBUSB_LOG_LEVEL_INFO; in InitLogging()115 debugLevel = LIBUSB_LOG_LEVEL_DEBUG; in InitLogging()120 debugLevel = LIBUSB_LOG_LEVEL_NONE; in InitLogging()124 libusb_set_option((libusb_context *)ctxUSB, LIBUSB_OPTION_LOG_LEVEL, debugLevel); in InitLogging()130 debugEnv += std::to_string(debugLevel); in InitLogging()133 setenv(debugEnv.c_str(), std::to_string(debugLevel).c_str(), 1); in InitLogging()
151 DebugLevel DebugLogger::SetLogLevel(DebugLevel debugLevel) in SetLogLevel() argument154 debugLevel_ = debugLevel; in SetLogLevel()156 printf("setLogLevel %d\n", debugLevel); in SetLogLevel()
93 DebugLevel SetLogLevel(DebugLevel debugLevel);124 bool ShouldLog(DebugLevel debugLevel, const std::string &logTag) const;
81 DebugLevel SetLogLevel(DebugLevel debugLevel);107 bool ShouldLog(DebugLevel debugLevel, const std::string &logTag) const;