diff options
Diffstat (limited to 'liblog/logging.hpp')
| -rw-r--r-- | liblog/logging.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/liblog/logging.hpp b/liblog/logging.hpp index 7a4e03e..b06d176 100644 --- a/liblog/logging.hpp +++ b/liblog/logging.hpp @@ -2,5 +2,13 @@ #include <boost/log/trivial.hpp> +/*! + * \file + */ + +/*! + * \brief init_logging Initializes the logging system to log to file. + * \param log_level minimum log level we are interested in. + */ void init_logging(boost::log::trivial::severity_level log_level); |
