WvStreams
wvwindebuglog.h
1/* -*- Mode: C++ -*- */
2#include "wvlogrcv.h"
3
5 public WvLogRcv
6{
7 virtual void _mid_line(const char *str, size_t len);
8 virtual ~WvWinDebugLog();
9};
WvLogRcv adds some intelligence to WvLogRcvBase, to keep track of line-prefix-printing and other form...
Definition: wvlogrcv.h:29