void TeamcityBoostLogFormatter::log_entry_value()

in boost/teamcity_boost.cpp [189:192]


void TeamcityBoostLogFormatter::log_entry_value(std::ostream &out, boost::unit_test::const_string value) {
    out << value;
    currentDetails.append(value.begin(), value.end());
}