Skip to content

Commit

Permalink
logging.cc with global log_verbosity variable
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed Jan 22, 2025
1 parent b3fcf40 commit 07fb33d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/logging.cc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#include "utl/logging.h"

namespace utl {

log_level log_verbosity = log_level::debug;

} // namespace utl

0 comments on commit 07fb33d

Please sign in to comment.