void TeamcityBoostLogFormatter::entry_context_finish()

in boost/teamcity_boost.cpp [211:214]


void TeamcityBoostLogFormatter::entry_context_finish(std::ostream &out) {
    out.flush();
    messages.testOutput(CURRENT_TEST_NAME, currentContextDetails, flowId, TeamcityMessages::StdErr);
}