start logger impl

This commit is contained in:
2025-09-09 12:11:45 +03:00
parent 00d96e3e2c
commit 86d4535401
7 changed files with 331 additions and 230 deletions

View File

@@ -4,7 +4,8 @@ executable(
# 'examples/concepts/main.cpp',
# 'examples/math/main.cpp',
# 'examples/range/main.cpp',
'examples/patterns/main.cpp',
# 'examples/patterns/main.cpp',
'examples/logger/main.cpp',
dependencies : deps,
cpp_args: args,
include_directories : inc