#include <wvlog.h>
Inheritance diagram for WvLogRcvBase:
Public Methods | |
WvLogRcvBase () | |
virtual | ~WvLogRcvBase () |
WvLogRcvBase () | |
virtual | ~WvLogRcvBase () |
Protected Methods | |
const char * | appname (const WvLog *log) const |
virtual void | log (const WvLog *source, int loglevel, const char *_buf, size_t len)=0 |
const char * | appname (const WvLog *log) const |
virtual void | log (const WvLog *source, int loglevel, const char *_buf, size_t len)=0 |
Friends | |
class | WvLog |
|
Definition at line 110 of file wvlog.cc. References WvList< WvLogRcvBase >::append(), WvLog::num_receivers, and WvLog::receivers. |
|
Definition at line 117 of file wvlog.cc. References WvLog::num_receivers, WvLog::receivers, and WvList< WvLogRcvBase >::unlink(). |
|
|
|
|
|
|
|
Definition at line 124 of file wvlog.cc. References WvLog::app. Referenced by WvLogRcv::_make_prefix(). |
|
|
|
Implemented in WvLogRcv, and WvLogRcv. Referenced by WvLog::uwrite(). |
|
Definition at line 28 of file include/wvlog.h. |