19 WvLog::LogLevel _first_debug = WvLog::Debug,
20 WvLog::LogLevel _max_level = WvLog::NUM_LOGLEVELS);
24 WvLog::LogLevel first_debug;
30 virtual void _mid_line(
const char *str,
size_t len);
34 #endif // __WVLOGBUFFER_H A WvFastString acts exactly like a WvString, but can take (const char *) strings without needing to a...
WvLogRcv adds some intelligence to WvLogRcvBase, to keep track of line-prefix-printing and other form...
virtual void _begin_line()
Start a new log line (print prefix)
virtual void _mid_line(const char *str, size_t len)
add text to the current log line.
virtual void _end_line()
End this (Guaranteed NonEmpty) log line.
WvString is an implementation of a simple and efficient printable-string class.
WvSyslog is a descendant of WvLogRcv that sends messages to the syslogd daemon.