Are there output streams besides:
Console.WriteLine(data)
Trace.WriteLine(data)
Debug.WriteLine(data)
Any notable nuances or uses of each(for example: which by default go to command,output,immediate?) Also which if any are available to show as output from the external tools window when the target is a windows application (Use Output window is grayed out)