#include "BoostLog.h" #include BOOST_AUTO_TEST_CASE(BoostLogTest) { boost::log::initialize(); LOG(info) << "this is a test output."; }