diff options
Diffstat (limited to 'liblog/logging.hpp')
| -rw-r--r-- | liblog/logging.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/liblog/logging.hpp b/liblog/logging.hpp new file mode 100644 index 0000000..7a4e03e --- /dev/null +++ b/liblog/logging.hpp @@ -0,0 +1,6 @@ +#pragma once + +#include <boost/log/trivial.hpp> + +void init_logging(boost::log::trivial::severity_level log_level); + |
