in boost/teamcity_boost.cpp [205:209]
void TeamcityBoostLogFormatter::log_entry_context(std::ostream &out, boost::unit_test::const_string ctx) {
out << "\n " << ctx;
currentContextDetails += "\n ";
currentContextDetails.append(ctx.begin(), ctx.end());
}