WvStreams
Main Page
Modules
Classes
Files
File List
File Members
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 on Wed Aug 28 2019 23:57:14 for WvStreams by
1.8.3.1