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