id summary reporter owner description type status milestone component version severity resolution keywords cc 13257 Log attributes passed as arguments to open_record are ignored Thomas M. Bernal Andrey Semashev "Why does boost::log::sources::basic_logger::open_record_unlocked(ArgsT const&) ignore its argument when calling boost::log::core::open_record()? {{{ #!cpp /*! * Unlocked \c open_record */ template< typename ArgsT > record open_record_unlocked(ArgsT const&) { return m_pCore->open_record(m_Attributes); } }}} The boost::log::sources::logger_mt::open_record() eventually passes the attributes to this function where they are summarily ignored. How is something as fundamental to the Boost Log library as BOOST_LOG_WITH_PARAMETERS() supposed to work! It doesn't, by the way." Bugs new To Be Determined log Boost 1.64.0 Not Applicable open_record basic_logger open_record_unlocked