raging-loon / Simula-24

Space Station Management Game
GNU General Public License v3.0
0 stars 1 forks source link

Add Client-Logger #5

Open raging-loon opened 1 day ago

raging-loon commented 1 day ago

We need two loggers: one for the engine, and one for the game/client.

There is an engine logger here: https://github.com/raging-loon/Simula-24/blob/f6359efe9c631e26a84e890dcc9a873206f33a11/simula24/core/log/log.h#L159-L175

And its implementation here:

https://github.com/raging-loon/Simula-24/blob/f6359efe9c631e26a84e890dcc9a873206f33a11/simula24/core/log/log.cpp#L10-L16

We need a new clientLogger and associated macros (CLIENT_INFO, CLIENT_DEBUG, etc).

JohnnyTwoNickles commented 11 hours ago

In progress