PLearn 0.1
|
Server implementation of PL_LogPlugin :: outputs to client through opened socket. More...
#include <pl_log.h>
Public Member Functions | |
PL_LogPluginServer (PStream pstream) | |
virtual PStream & | getStream (PStream::mode_t outmode, const string &module_name, int requested_verbosity) |
Protected Attributes | |
PStream | m_pstream |
PStream | m_sstream |
Server implementation of PL_LogPlugin :: outputs to client through opened socket.
PLearn::PL_LogPluginServer::PL_LogPluginServer | ( | PStream | pstream | ) | [inline] |
PStream & PLearn::PL_LogPluginServer::getStream | ( | PStream::mode_t | outmode, |
const string & | module_name, | ||
int | requested_verbosity | ||
) | [virtual] |
Implements PLearn::PL_LogPlugin.
PStream PLearn::PL_LogPluginServer::m_pstream [protected] |
PStream PLearn::PL_LogPluginServer::m_sstream [protected] |