Searched refs:s_log_level (Results 1 – 1 of 1) sorted by relevance
30 static int s_log_level = TFM_LOG_LEVEL_INFO; variable32 static inline bool IsLogOn(int log_level) { return log_level >= s_log_level; } in IsLogOn()34 static inline void SetLogLevel(int log_level) { s_log_level = log_level; } in SetLogLevel()