15class WvSyslog :
public WvLogRcv
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);
WvString is an implementation of a simple and efficient printable-string class.
virtual void _end_line()
End this (Guaranteed NonEmpty) log line.
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.