Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

WvLogConsole Class Reference

#include <wvlogrcv.h>

Inheritance diagram for WvLogConsole:

WvStream WvLogRcv WvStream WvLogRcv WvLogRcvBase WvLogRcvBase WvLogRcvBase WvLogRcvBase List of all members.

Public Methods

 WvLogConsole (int _fd, WvLog::LogLevel _max_level=WvLog::NUM_LOGLEVELS)
virtual ~WvLogConsole ()
 WvLogConsole (int _fd, WvLog::LogLevel _max_level=WvLog::NUM_LOGLEVELS)
virtual ~WvLogConsole ()

Protected Methods

virtual void _mid_line (const char *str, size_t len)
virtual void _mid_line (const char *str, size_t len)

Constructor & Destructor Documentation

WvLogConsole::WvLogConsole int    _fd,
WvLog::LogLevel    _max_level = WvLog::NUM_LOGLEVELS
 

Definition at line 246 of file wvlog.cc.

References WvLog::LogLevel.

WvLogConsole::~WvLogConsole   [virtual]
 

Definition at line 252 of file wvlog.cc.

References WvLogRcv::end_line().

WvLogConsole::WvLogConsole int    _fd,
WvLog::LogLevel    _max_level = WvLog::NUM_LOGLEVELS
 

virtual WvLogConsole::~WvLogConsole   [virtual]
 


Member Function Documentation

virtual void WvLogConsole::_mid_line const char *    str,
size_t    len
[protected, virtual]
 

add text to the current log line. 'str' may contain only one '
' optional character at str[len-1] (the end); if it does, end_line will be called immediately after this function.

Implements WvLogRcv.

void WvLogConsole::_mid_line const char *    str,
size_t    len
[protected, virtual]
 

add text to the current log line. 'str' may contain only one '
' optional character at str[len-1] (the end); if it does, end_line will be called immediately after this function.

Implements WvLogRcv.

Definition at line 258 of file wvlog.cc.

References WvStream::uwrite().


The documentation for this class was generated from the following files:
Generated on Sun Aug 25 12:42:55 2002 for WvStreams by doxygen1.2.15