Internal logging object (called by UHD_LOG macros)
More...
#include <uhd/utils/log.hpp>
Internal logging object (called by UHD_LOG macros)
uhd::_log::log::log |
( |
const verbosity_t |
verbosity, |
|
|
const std::string & |
file, |
|
|
const unsigned int |
line, |
|
|
const std::string & |
function |
|
) |
| |
uhd::_log::log::~log |
( |
void |
| ) |
|
template<typename T >
log& uhd::_log::log::operator<< |
( |
T |
val | ) |
|
|
inline |
log& uhd::_log::log::operator<< |
( |
std::ostream &(*)(std::ostream &) |
val | ) |
|
|
inline |
log& uhd::_log::log::operator<< |
( |
std::ios &(*)(std::ios &) |
val | ) |
|
|
inline |
log& uhd::_log::log::operator<< |
( |
std::ios_base &(*)(std::ios_base &) |
val | ) |
|
|
inline |
The documentation for this class was generated from the following file: