feat(logger): add timestamp support to log messages

This commit is contained in:
user
2026-07-19 22:57:14 +04:00
parent 15124aa217
commit 223afbea40
5 changed files with 60 additions and 4 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ LOGGER_TEST_SRC := core/logger_test.cpp
SCOPED_FILE_TEST_SRC := helpers/scoped_file_test.cpp
LOGGER_SRC := $(ROOT_DIR)/logger/src/logger.cpp
LOGGER_SRC := $(ROOT_DIR)/logger/src/logger.cpp \
$(ROOT_DIR)/logger/src/time_utils.cpp
.PHONY: all test clean