There are six tabs in the NUnit Test runner:
Errors and Failures
Tests Not Run
Console.Out
Console.Error
Trace
Log
I know what Errors and Failures are for but the purpose of the remaining tabs is confusing. Both Console.Out and Trace appear to serve a similar purpose.
As a comment has pointed out, I have written a similar question asking how does one write to all of the tabs. In this question, I am asking why does one write to each of the tabs? Why does one write to the Console.Out vs the Trace vs the Log tab? What is the intended purpose of each tab?