diff --git a/src/logging.cc b/src/logging.cc new file mode 100644 index 0000000..cb7b11a --- /dev/null +++ b/src/logging.cc @@ -0,0 +1,7 @@ +#include "utl/logging.h" + +namespace utl { + +log_level log_verbosity = log_level::debug; + +} // namespace utl \ No newline at end of file