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