|
RADLib
RADical C++ application framework
|
Streaming log record; emits on destruction. More...
#include <RADLogging.h>
Public Member Functions | |
| LogStream (Level level, std::string category) | |
| Creates a stream record. More... | |
| ~LogStream () | |
| Emits the accumulated message. More... | |
| template<typename T > | |
| LogStream & | operator<< (const T &value) |
| Appends a value. More... | |
Streaming log record; emits on destruction.
| RADLogging::LogStream::LogStream | ( | Level | level, |
| std::string | category | ||
| ) |
Creates a stream record.
| RADLogging::LogStream::~LogStream | ( | ) |
Emits the accumulated message.
|
inline |
Appends a value.