|
TrueReality
v0.1.1912
|


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 | |
| LOG_DEBUG |
Definition at line 64 of file LogLevel.h.
Referenced by trUtil::FileUtils::ChangeDirectoryInternal(), trUtil::FileUtils::DirCopy(), trUtil::FileUtils::DirDelete(), trUtil::Exception::Exception(), trUtil::FileUtils::FileCopy(), trUtil::FileUtils::FileMove(), trUtil::Logging::LogLevelFromString(), trUtil::Logging::LogLevelToString(), trUtil::Logging::LogWriterConsole::LogMessage(), trUtil::Logging::LogWriterFile::LogMessage(), trUtil::FileUtils::PopDirectory(), trUtil::FileUtils::PushDirectory(), trUtil::FileUtils::RecursDeleteDir(), and trUtil::DefaultSettings::SetupLoggingOptions().
| LOG_ERROR |
Definition at line 64 of file LogLevel.h.
Referenced by trUtil::Logging::LogLevelFromString(), trUtil::Logging::LogLevelToString(), trUtil::Logging::LogWriterConsole::LogMessage(), trUtil::Logging::LogWriterFile::LogMessage(), main(), trUtil::JSON::File::ReadFromFile(), trUtil::DefaultSettings::SetupLoggingOptions(), and trUtil::JSON::File::WriteToFile().
| LOG_INFO |
Definition at line 64 of file LogLevel.h.
Referenced by trUtil::Logging::LogLevelFromString(), trUtil::Logging::LogLevelToString(), trUtil::Logging::LogWriterConsole::LogMessage(), trUtil::Logging::LogWriterFile::LogMessage(), and trUtil::DefaultSettings::SetupLoggingOptions().
| LOG_WARNING |
Definition at line 64 of file LogLevel.h.
Referenced by trUtil::FileUtils::InternalDirCopy(), trUtil::Logging::LogLevelFromString(), trUtil::Logging::LogLevelToString(), trUtil::Logging::LogWriterConsole::LogMessage(), trUtil::Logging::LogWriterFile::LogMessage(), and trUtil::DefaultSettings::SetupLoggingOptions().