Searched defs:SetLogLevel (Results 1 – 4 of 4) sorted by relevance
20 def SetLogLevel(verbose_count, add_handler=True): function
42 void SetLogLevel(Aws::Utils::Logging::LogLevel log_level) { in SetLogLevel() function
34 static inline void SetLogLevel(int log_level) { s_log_level = log_level; } in SetLogLevel() function
57 def SetLogLevel(self, log_level): member in CommandExecuter