logger info debug code example
Example 1: debug.log
Debug.Log("Hello world");
Example 2: debug.log
Debug.Log("Whatever you want your output debug console to display in Unity");
// can take all types of values.
// and don't forget the semi-colon.
Example 3: logger debug vs info
ALL < TRACE < DEBUG < INFO < WARN < ERROR < FATAL < OFF