A lightweight C++ logging library for game development.
✅ Easy to use
✅ Supports formatting
✅ Modular and reusable
git submodule add git@github.com:UmbraEngine/UmbraLog.git external/UmbraLog
git submodule update --init --recursiveAlso add the following into your projects CMakeLists.txt file
add_subdirectory(external/UmbraLog)
target_link_libraries(your-project PRIVATE UmbraLog)