RAII stream builder; flushes its accumulated text to the logger when it is destroyed at the end of the full expression.
More...
#include <log.h>
RAII stream builder; flushes its accumulated text to the logger when it is destroyed at the end of the full expression.
Definition at line 115 of file log.h.
◆ Stream() [1/2]
| ncorr::log::Stream::Stream |
( |
Level |
level, |
|
|
const char * |
file, |
|
|
int |
line |
|
) |
| |
|
inline |
◆ ~Stream()
| ncorr::log::Stream::~Stream |
( |
| ) |
|
|
inline |
◆ Stream() [2/2]
| ncorr::log::Stream::Stream |
( |
const Stream & |
| ) |
|
|
delete |
◆ operator<<() [1/2]
template<typename T >
| Stream & ncorr::log::Stream::operator<< |
( |
const T & |
v | ) |
|
|
inline |
◆ operator<<() [2/2]
| Stream & ncorr::log::Stream::operator<< |
( |
std::ostream &(*)(std::ostream &) |
manip | ) |
|
|
inline |
Support stream manipulators such as std::endl / std::setprecision.
Definition at line 129 of file log.h.
◆ operator=()
The documentation for this class was generated from the following file: