![]() |
boost::log::add_value — The function creates a manipulator that attaches an attribute value to a log record.
// In header: <boost/log/utility/manipulators/add_value.hpp> template<typename T> add_value_manip< T && > add_value(attribute_name const & name, T && value);