C7-Game / Prototype

An early-stage, open-source 4X strategy game
https://c7-game.github.io/
MIT License
34 stars 9 forks source link

#267 - Add Serilog to all projects #314

Closed QuintillusCFC closed 2 years ago

QuintillusCFC commented 2 years ago

Adds Serilog to all projects other than the tests (console writes might be okay there?), Blast (3rd party), and _Console (generate the static file).

Also converts all remaining Console.WriteLine statements to Serilog logs.

Closes #267

Does not convert all GD.Prints, that will be in #258