diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-09-28 13:18:18 +0200 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-09-28 13:18:18 +0200 |
| commit | 3fe7a5b6a18b6841ae51f294dc58fe9c8df6d375 (patch) | |
| tree | 345583aaf457ce5076d0d5f7c158628dfd971360 /liblog/logging.hpp | |
| parent | 85d25eebd38bb278ad598a291a007938854945a4 (diff) | |
| download | cmix-3fe7a5b6a18b6841ae51f294dc58fe9c8df6d375.tar.gz cmix-3fe7a5b6a18b6841ae51f294dc58fe9c8df6d375.tar.bz2 cmix-3fe7a5b6a18b6841ae51f294dc58fe9c8df6d375.zip | |
Finally made a initial doxygen documentation pass over all files.
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); |
