I have a Win32/C++ Command line program which displays message using "printf()" function. The program uses a 3rd party lib/dll which generates log message to the same console screen.
So is there a way to redirect all output messages to a PLACE and filter my own message to the console screen?