Buffer for a thread of execution. More...
Public Attributes | |
| std::ostringstream | buffer |
| pthread_t | id |
Buffer for a thread of execution.
Definition at line 129 of file Logger.hpp.
| std::ostringstream Logger::ThreadBuffer::buffer |
Definition at line 131 of file Logger.hpp.
Referenced by Logger::Flush(), and Logger::operator<<().
| pthread_t Logger::ThreadBuffer::id |
Definition at line 132 of file Logger.hpp.
Referenced by Logger::Flush(), and Logger::GetThreadBuffer().