blenderlab / BattleIA

Client/Server app for Adimaker IT curses
2 stars 19 forks source link

[TODO] Server : Cleaning verbose messages #21

Open blenderlab opened 3 years ago

blenderlab commented 3 years ago

The debug messages are quite messy. Please clean it using a standard quoting method : [TYPE OF MESSAGE] (time) message

[BOT] 12:02:34 Sending new state 
[MAP] 12:02:38  Sending Information to xxxx
[GAM] 12:02:39 New turn for xxxx 

You just have to find all "Console.WriteLine(" and understand if the message is usefull, and what it intend to explain.