Boost C++ Libraries

PrevUpHomeNext

Function template operator<<

boost::log::trivial::operator<<

Synopsis

// In header: <boost/log/trivial.hpp>


template<typename CharT, typename TraitsT> 
  std::basic_ostream< CharT, TraitsT > & 
  operator<<(std::basic_ostream< CharT, TraitsT > & strm, severity_level lvl);

PrevUpHomeNext