I can log something by Debug.Log("test"). I see this string at tab Console. If click at this string, will be open script editor (VS or Mono) with script file and line number with log command.
How I can this implement manual in code? For example, if catch log message by Application.LogCallback.