LOG.open("anguilles.log", std::fstream::trunc); if(!LOG.is_open()) { abort(); } LOG << "start\n";