Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio output window with just my logs

It's there a way in Visual Studio 2015 to make the output window to write just the messages that I send thru System.Diagnostics?

I'm printing debug messages but there's too mucho bloat, I just want to see mine.

like image 306
Vector Avatar asked Dec 18 '22 17:12

Vector


1 Answers

Have you filtered the Output window to reduce the flood of message that get printed? Right-click and you should see a set like this:

Output window message filters

like image 90
Jimmy Avatar answered Jan 03 '23 17:01

Jimmy