Skip to content

Commit 07fb33d

Browse files
logging.cc with global log_verbosity variable
1 parent b3fcf40 commit 07fb33d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/logging.cc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#include "utl/logging.h"
2+
3+
namespace utl {
4+
5+
log_level log_verbosity = log_level::debug;
6+
7+
} // namespace utl

0 commit comments

Comments
 (0)