Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何强制 log4cplus 日志显示在 Visual Studio 2013 调试控制台中?这是 Qt 应用程序,标准 ConsoleAppender 不写任何东西,RollingFileAppender 工作正常。还有 QtDebugAppender 但它不写入调试控制台。
尝试使用Win32DebugAppender. 它使用OutputDebugString().
Win32DebugAppender
OutputDebugString()