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 :
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 ?
You can try to use DebugView or follow suggestions on this post.
Hope it helps.