调整处理器结构体

This commit is contained in:
2024-08-14 13:02:27 +08:00
parent d2a2b933a5
commit 96a417ba93
5 changed files with 23 additions and 9 deletions

View File

@@ -1,6 +1,5 @@
#include "logging.h"
int main() {
Logging *log = createLogging();
Logger *logger = log->getLogger("testLogger",LOG_DEBUG);