|
TrueReality
v0.1.1912
|
A data structure that is used for Unit Tests. More...
#include <Log.h>

Public Attributes | |
| trUtil::Logging::LogLevel | logLevel |
| trUtil::DateTime | time |
| Log level. More... | |
| unsigned | frameNumber |
| Time of message. More... | |
| std::string | logName |
| The frame number. More... | |
| std::string | file |
| The name of the Log instance (could be empty) More... | |
| std::string | method |
| The source file of the message. More... | |
| int | line |
| The calling method of the message. More... | |
| std::string | msg |
| The line number of the source code of the message. More... | |
| std::string trUtil::Logging::Log::LogTestData::file |
The name of the Log instance (could be empty)
Definition at line 212 of file Log.h.
Referenced by trUtil::Logging::Log::LogMessage().
| unsigned trUtil::Logging::Log::LogTestData::frameNumber |
Time of message.
Definition at line 210 of file Log.h.
Referenced by trUtil::Logging::Log::LogMessage().
| int trUtil::Logging::Log::LogTestData::line |
The calling method of the message.
Definition at line 214 of file Log.h.
Referenced by trUtil::Logging::Log::LogMessage().
| trUtil::Logging::LogLevel trUtil::Logging::Log::LogTestData::logLevel |
Definition at line 208 of file Log.h.
Referenced by trUtil::Logging::Log::LogMessage().
| std::string trUtil::Logging::Log::LogTestData::logName |
The frame number.
Definition at line 211 of file Log.h.
Referenced by trUtil::Logging::Log::LogMessage().
| std::string trUtil::Logging::Log::LogTestData::method |
The source file of the message.
Definition at line 213 of file Log.h.
Referenced by trUtil::Logging::Log::LogMessage().
| std::string trUtil::Logging::Log::LogTestData::msg |
The line number of the source code of the message.
Definition at line 215 of file Log.h.
Referenced by trUtil::Logging::Log::LogMessage().
| trUtil::DateTime trUtil::Logging::Log::LogTestData::time |