18 WvSyslog(WvStringParm _prefix,
bool _include_appname,
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
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.
virtual void _mid_line(const char *str, size_t len)
add text to the current log line.
virtual void _begin_line()
Start a new log line (print prefix)
WvLogRcv adds some intelligence to WvLogRcvBase, to keep track of line-prefix-printing and other form...
virtual void _end_line()
End this (Guaranteed NonEmpty) log line.