00001 #include "wvwindebuglog.h" 00002 #include "wvlog.h" 00003 00004 void WvWinDebugLog::_mid_line(const char *str, size_t len) 00005 { 00006 ::OutputDebugString(str); 00007 } 00008 00009 WvWinDebugLog::~WvWinDebugLog() 00010 { 00011 end_line(); 00012 }