feat(logger): add timestamp support to log messages
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user