add logging structure
This commit is contained in:
4
logging.cpp
Normal file
4
logging.cpp
Normal file
@@ -0,0 +1,4 @@
|
||||
#include "logging.hpp"
|
||||
|
||||
logging_adapter* log::logger = nullptr;
|
||||
LogLevel log::log_level = LogLevel::INFO;
|
||||
Reference in New Issue
Block a user