I like to use Debug.LogError in try / catch and some other scenarios, as the red icon it uses in the output makes it easier to pick up that an error has occurred if you’re not looking for it.
It’s also worth exploring some of the other Debug options, such as LogWarning and LogException.