#pragma once #include /*! * \file */ /*! * \brief init_logging Initializes the logging system to log to file. * \param log_level minimum log level we are interested in. * \param file_name The file name to log to, defaults to "log.log" */ void init_logging(boost::log::trivial::severity_level log_level, std::string file_name = "log");