Skip to content

Thread Safe Logger

Valk edited this page Sep 19, 2024 · 1 revision

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.

Clone this wiki locally