wvwindebuglog.cc

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 }

Generated on Thu May 25 21:51:04 2006 for WvStreams by  doxygen 1.4.6