add logging structure

This commit is contained in:
2023-02-17 15:18:10 +01:00
parent 514670e897
commit b78396e8e5
5 changed files with 157 additions and 29 deletions

4
logging.cpp Normal file
View File

@@ -0,0 +1,4 @@
#include "logging.hpp"
logging_adapter* log::logger = nullptr;
LogLevel log::log_level = LogLevel::INFO;