TrueReality  v0.1.1912
LogLevel.h File Reference
#include <trUtil/Export.h>
#include <string>
Include dependency graph for LogLevel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 trUtil
 Namespace that holds various utility classes for the engine.
 
 trUtil::Logging
 

Functions

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

Variables

 LOG_DEBUG
 
 LOG_INFO
 
 LOG_WARNING
 
 LOG_ERROR
 

Variable Documentation

◆ LOG_DEBUG

◆ LOG_ERROR

◆ LOG_INFO

◆ LOG_WARNING