void TeamcityBoostLogFormatter::log_entry_finish()

in boost/teamcity_boost.cpp [194:197]


void TeamcityBoostLogFormatter::log_entry_finish(std::ostream &out) {
    out << std::endl;
    currentDetails += "\n";
}