Lines Matching defs:debugLevel
22 static bool OnVerboseLevel(const std::vector<std::string> &debugLevel)
26 if (debugLevel.size() == 0) {
36 static bool OnMuchLevel(const std::vector<std::string> &debugLevel)
40 if (debugLevel.size() == 0) {
50 static bool OnDebugLevel(const std::vector<std::string> &debugLevel)
54 if (debugLevel.size() == 0) {
64 static bool OnNoDebug(const std::vector<std::string> &debugLevel)
68 if (debugLevel.size() == 0) {
77 static bool OnMixLogOutput(const std::vector<std::string> &debugLevel)
81 if (debugLevel.size() == 0) {