36 return LogLevel::LOG_ALWAYS;
static const std::string LOG_ERROR_STR("Error")
String value for ERROR Logging level.
static const std::string LOG_WARNING_STR("Warning")
String value for WARNING Logging level.
static const std::string LOG_DEBUG_STR("Debug")
String value for DEBUG Logging level.
TR_UTIL_EXPORT LogLevel LogLevelFromString(const std::string &levelString)
Logs level from string.
static const std::string LOG_ALWAYS_STR("Always")
String value for ALWAYS Logging level.
static const std::string LOG_INFO_STR("Info")
String value for INFO Logging level.
const TR_UTIL_EXPORT std::string & LogLevelToString(LogLevel logLevel)
Logs level to string.