|
RADLib
RADical C++ application framework
|
Streaming log proxy used by RADInfo() and RADDebug(). More...
#include <RADCore.h>
Public Member Functions | |
| LogStream (LogLevel level) | |
| Creates a log stream for level. More... | |
| ~LogStream () | |
| Flushes the accumulated string to the logger. More... | |
| template<typename T > | |
| LogStream & | operator<< (const T &value) |
| Appends value to the log stream. More... | |
| LogStream & | operator<< (std::ostream &(*manip)(std::ostream &)) |
| Appends an ostream manipulator such as std::endl. More... | |
Streaming log proxy used by RADInfo() and RADDebug().
| RADCore::Internal::LogStream::LogStream | ( | LogLevel | level | ) |
Creates a log stream for level.
| RADCore::Internal::LogStream::~LogStream | ( | ) |
Flushes the accumulated string to the logger.
|
inline |
Appends value to the log stream.
|
inline |
Appends an ostream manipulator such as std::endl.