Skip to content

UmbraEngine/UmbraLog

Repository files navigation

Umbra Log

A lightweight C++ logging library for game development.

Features

✅ Easy to use
✅ Supports formatting
✅ Modular and reusable

Installation

Using CMake:

git submodule add git@github.com:UmbraEngine/UmbraLog.git external/UmbraLog
git submodule update --init --recursive

Also add the following into your projects CMakeLists.txt file

add_subdirectory(external/UmbraLog)
target_link_libraries(your-project PRIVATE UmbraLog)

About

The Umbra Engine Logging library. A simple C++ Library to make logging in Umbra Engine simple.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors