How to disable thread log "Win32 Thread" (0x1bfc) came out with code 0 (0x0)?

These news magazines are very annoying visual studio output. In java, I can simply increase the level of logging for this class, but how to disable it in C # when regular Win32 threads end. I have log4net in my program, so all the other logs that I can configure can be configured.

+5
source share
1 answer

Assuming you are talking about messages that appear in the Visual Studio output window ... If you right-click on the window, you will see a menu that looks like this:

enter image description here

You can turn off process exit messages, thread exit messages, and anything you don't want to see.

+17

All Articles