TrueReality  v0.1.1912
trUtil::Logging::Log::LogTestData Struct Reference

A data structure that is used for Unit Tests. More...

#include <Log.h>

Collaboration diagram for trUtil::Logging::Log::LogTestData:

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...
 

Detailed Description

A data structure that is used for Unit Tests.

Definition at line 206 of file Log.h.

Member Data Documentation

◆ file

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().

◆ frameNumber

unsigned trUtil::Logging::Log::LogTestData::frameNumber

Time of message.

Definition at line 210 of file Log.h.

Referenced by trUtil::Logging::Log::LogMessage().

◆ line

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().

◆ logLevel

trUtil::Logging::LogLevel trUtil::Logging::Log::LogTestData::logLevel

Definition at line 208 of file Log.h.

Referenced by trUtil::Logging::Log::LogMessage().

◆ logName

std::string trUtil::Logging::Log::LogTestData::logName

The frame number.

Definition at line 211 of file Log.h.

Referenced by trUtil::Logging::Log::LogMessage().

◆ method

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().

◆ msg

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().

◆ time

trUtil::DateTime trUtil::Logging::Log::LogTestData::time

Log level.

Definition at line 209 of file Log.h.

Referenced by trUtil::Logging::Log::LogMessage().


The documentation for this struct was generated from the following file: