1 #ifndef __WVLOGSTREAM_H 2 #define __WVLOGSTREAM_H 16 WvLog::LogLevel _max_level = WvLog::NUM_LOGLEVELS);
22 virtual void _mid_line(
const char *str,
size_t len);
25 #endif // __WVLOGSTREAM_H WvLogRcv adds some intelligence to WvLogRcvBase, to keep track of line-prefix-printing and other form...
virtual void _mid_line(const char *str, size_t len)
add text to the current log line.
A WvLogRcv that sends its log messages to any supplied WvStream.