21 #ifdef _WIN32 // This LogIt back-end only applies to MS windows platforms 27 bool WindowsDebuggerSink::initialize()
29 std::cout <<
"WindowsDebuggerSink::initialize" << std::endl;
33 void WindowsDebuggerSink::logMessage(
const std::string& msg)
35 std::ostringstream out;
37 ::OutputDebugString(out.str().c_str());