Storage for logging queue of a specific thread. More...
Public Member Functions | |
ThreadLine () | |
Constructor, creates an empty line at WRITE log level. More... | |
Public Attributes | |
JournalLogLevel | m_level |
The level of this log line. More... | |
std::string | m_line |
The contained text for this log line. More... | |
Storage for logging queue of a specific thread.
Definition at line 95 of file journalthreader.h.
|
inline |
Constructor, creates an empty line at WRITE log level.
Definition at line 102 of file journalthreader.h.
JournalLogLevel JournalThreader::ThreadLine::m_level |
The level of this log line.
Definition at line 99 of file journalthreader.h.
std::string JournalThreader::ThreadLine::m_line |
The contained text for this log line.
Definition at line 98 of file journalthreader.h.