Template Function lvr2::operator<<(Logger&, const T&)

Function Documentation

template<typename T>
inline Logger &lvr2::operator<<(Logger &log, const T &s)

Generic output for object the support ostreams.

Parameters:
  • The – logger instance

  • s – A object to put into the log stream

Returns:

The modified logger object