Extended WPF Toolkit is too verbose in Visual Studio output Window

504 Views Asked by At

Just added Extended WPF Toolkit from Nuget and added the AvalonDock to my app. It's really too verbose in the output window of Visual Studio : enter image description here

Is there a way to reduce the verbosity of this lib ?

EDIT : in other words, an external library, used by my application, is polluting the Visual Studio output window, probably by doing some code like System.Diagnostics.Debug.WriteLine("...") .

Is there a way to keep ONLY my own diagnostic messages in the output window ?

1

There are 1 best solutions below

0
On

You can try to use DebugView or follow suggestions on this post.

Hope it helps.