43 if (log_level < eLL_TRACE || log_level >
eLL_MUTE)
49 return log_level_descriptions[log_level];
55 for (
size_t index = 0; index <=
eLL_MUTE; ++index)
57 if (log_level_text == log_level_descriptions[index])
68 #ifdef _IC_BUILDER_DEPRECATED_STYLE_ 70 const char *LogLevelDescription(
LogLevel log_level)
75 bool StringToLogLevel(
const std::string& log_level_text,
LogLevel& log_level)
const char * log_level_descriptions[]
bool stringToLogLevel(const std::string &log_level_text, LogLevel &log_level)
Contains icl_logging::LogLevel.
Contains Interface base classes and base types.
const char * logLevelDescription(LogLevel log_level)