#include "BoostLog.h" int main(int argc, char const *argv[]) { LOG(info) << "app start..."; return 0; }