Logging, in general a simple piece of code that is quite often overlooked at the
beginning of any project can become a powerful tool when debugging or testing
the game.
Quite often we'll use Debug.Log() to inform ourselves about state changes in
internal systems, add it to