WvStreams
wvwindebuglog.cc
1#include "wvwindebuglog.h"
2#include "wvlog.h"
3
4void WvWinDebugLog::_mid_line(const char *str, size_t len)
5{
6 ::OutputDebugString(str);
7}
8
9WvWinDebugLog::~WvWinDebugLog()
10{
11 end_line();
12}