I would like to deactivate the output of the library, otherwise the debug output of my program would get lost in the sheer volume of output. The only way to turn off the output that I know of is to build the program in release mode. However, this is out of the question for debugging.