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