• Main Page
  • Modules
  • Classes
  • Files
  • File List
  • File Members

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 Aug 12 2010 11:33:11 for WvStreams by  doxygen 1.7.1