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 };