C7-Game / Prototype

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

258: Remove GD.Prints #315

Closed QuintillusCFC closed 2 years ago

QuintillusCFC commented 2 years ago

Converts nearly all GD.Print statements to Serilog.

Exceptions are the right-click tile info (for devs knowing what's on a tile and its index, until we get that in the UI), GD.Prints related to logger configuration, and the Godot sink.

Note that this builds on the PR for #267 , so that one should be merged first.