Thread Safe Logger - CSharpGodotTools/Template GitHub Wiki

By using Game.Log(), you can ensure that your logs are consistent across any thread. This means you won't have to deal with mixed-up logs when logging from the client, server, or Godot threads.