diff options
Diffstat (limited to 'liblog')
| -rw-r--r-- | liblog/logging.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/liblog/logging.hpp b/liblog/logging.hpp index b95ca64..f2aacef 100644 --- a/liblog/logging.hpp +++ b/liblog/logging.hpp @@ -9,6 +9,7 @@ /*! * \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"); |
