CubicMC / cubic-server

A fast and extensible C++ Minecraft server implementation
https://cubicmc.org
GNU General Public License v3.0
54 stars 7 forks source link

proper logging setup #291

Open emneo-dev opened 2 months ago

emneo-dev commented 2 months ago

a simple logging library that can:

Either we can use a logging library that already exists or we can write one ourselves, but making a good one from scratch is definitely hard af