Struct COutputLoggerStreamWrapper

Struct Documentation

struct COutputLoggerStreamWrapper

For use in MRPT_LOG_DEBUG_STREAM(), etc.

Public Functions

inline COutputLoggerStreamWrapper(VerbosityLevel level, const COutputLogger &logger)
COutputLoggerStreamWrapper(const COutputLoggerStreamWrapper&) = delete
COutputLoggerStreamWrapper &operator=(const COutputLoggerStreamWrapper&) = delete
COutputLoggerStreamWrapper(COutputLoggerStreamWrapper&&) = delete
COutputLoggerStreamWrapper &operator=(COutputLoggerStreamWrapper&&) = delete
inline ~COutputLoggerStreamWrapper()
template<typename T>
inline std::stringstream &operator<<(const T &val)
inline std::stringstream &operator<<(const std::stringstream &val)