struct mrpt::system::COutputLoggerStreamWrapper

#include <mrpt/system/COutputLogger.h>

struct COutputLoggerStreamWrapper
{
    // construction

    COutputLoggerStreamWrapper(
        VerbosityLevel level,
        const COutputLogger& logger
        );

    //
methods

    template <typename T>
    std::stringstream& operator << (const T& val);

    std::stringstream& operator << (const std::stringstream& val);
};