does info log debug code example
Example 1: debug.log
Debug.Log("Hello world");
Example 2: logger debug vs info
ALL < TRACE < DEBUG < INFO < WARN < ERROR < FATAL < OFF
Debug.Log("Hello world");
ALL < TRACE < DEBUG < INFO < WARN < ERROR < FATAL < OFF