how to print ProcessID and ThreadID in dec-format with boost.log
问题 I use boost.log in my program, and the default formatter outputs the ProcessID and ThreadID in hex-format, anyone knows how to print them in dec-format, thanks. this is the github of my code : https://github.com/owenliang/boost_asio, thanks. boost::log::formatter scope_formatter = boost::log::expressions::stream << "[" << boost::log::expressions::format_date_time<boost::posix_time::ptime>("TimeStamp", "%Y-%m-%d %H:%M:%S") << "] [" << boost::log::expressions::attr<boost::log::attributes: