|
TrueReality
v0.1.1912
|
A log data. More...
#include <LogWriter.h>

Public Member Functions | |
| LogData () | |
| Default constructor. More... | |
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... | |
A log data.
Definition at line 60 of file LogWriter.h.
|
inline |
Default constructor.
Definition at line 67 of file LogWriter.h.
| std::string trUtil::Logging::LogWriter::LogData::file |
The name of the Log instance (could be empty)
Definition at line 76 of file LogWriter.h.
Referenced by trUtil::Logging::LogWriterConsole::LogMessage(), trUtil::Logging::LogWriterFile::LogMessage(), and trUtil::Logging::Log::LogMessage().
| unsigned trUtil::Logging::LogWriter::LogData::frameNumber |
Time of message.
Definition at line 74 of file LogWriter.h.
Referenced by trUtil::Logging::LogWriterConsole::LogMessage(), trUtil::Logging::LogWriterFile::LogMessage(), and trUtil::Logging::Log::LogMessage().
| int trUtil::Logging::LogWriter::LogData::line |
The calling method of the message.
Definition at line 78 of file LogWriter.h.
Referenced by trUtil::Logging::LogWriterConsole::LogMessage(), trUtil::Logging::LogWriterFile::LogMessage(), and trUtil::Logging::Log::LogMessage().
| trUtil::Logging::LogLevel trUtil::Logging::LogWriter::LogData::logLevel |
Definition at line 70 of file LogWriter.h.
Referenced by trUtil::Logging::LogWriterConsole::LogMessage(), trUtil::Logging::LogWriterFile::LogMessage(), and trUtil::Logging::Log::LogMessage().
| std::string trUtil::Logging::LogWriter::LogData::logName |
The frame number.
Definition at line 75 of file LogWriter.h.
Referenced by trUtil::Logging::LogWriterConsole::LogMessage(), trUtil::Logging::LogWriterFile::LogMessage(), and trUtil::Logging::Log::LogMessage().
| std::string trUtil::Logging::LogWriter::LogData::method |
The source file of the message.
Definition at line 77 of file LogWriter.h.
Referenced by trUtil::Logging::LogWriterConsole::LogMessage(), trUtil::Logging::LogWriterFile::LogMessage(), and trUtil::Logging::Log::LogMessage().
| std::string trUtil::Logging::LogWriter::LogData::msg |
The line number of the source code of the message.
Definition at line 79 of file LogWriter.h.
Referenced by trUtil::Logging::LogWriterConsole::LogMessage(), trUtil::Logging::LogWriterFile::LogMessage(), and trUtil::Logging::Log::LogMessage().
| trUtil::DateTime trUtil::Logging::LogWriter::LogData::time |
Log level.
Definition at line 73 of file LogWriter.h.
Referenced by trUtil::Logging::LogWriterConsole::LogMessage(), trUtil::Logging::LogWriterFile::LogMessage(), and trUtil::Logging::Log::LogMessage().