iceoryx_hoofs 2.0.8
Loading...
Searching...
No Matches
iox::log::LogStream Class Reference

Public Member Functions

 LogStream (Logger &logger, LogLevel logLevel=LogLevel::kWarn) noexcept
void Flush () noexcept
LogStream & operator<< (const char *cstr) noexcept
LogStream & operator<< (const std::string &str) noexcept
template<typename T, typename std::enable_if< std::is_arithmetic< T >::value, int >::type = 0>
LogStream & operator<< (const T val) noexcept
template<typename T, typename std::enable_if< std::is_base_of< LogHex, T >::value, int >::type = 0>
LogStream & operator<< (const T val) noexcept
template<typename T, typename std::enable_if< std::is_base_of< LogBin, T >::value, int >::type = 0>
LogStream & operator<< (const T val) noexcept
LogStream & operator<< (const LogRawBuffer &value) noexcept

The documentation for this class was generated from the following file: