Debug.Log("Text goes here" + variable1 + " " + variable2);
Debug.LogFormat("Text with variables {0} and {1}", variable1, variable2);
Debug.Log("Text goes here" + variable1 + " " + variable2);
Debug.LogFormat("Text with variables {0} and {1}", variable1, variable2);