PLearn 0.1
Public Member Functions
PLearn::PL_LogPlugin Class Reference

Provides several back-ends for displaying the log messages. More...

#include <pl_log.h>

Inheritance diagram for PLearn::PL_LogPlugin:
Inheritance graph
[legend]
Collaboration diagram for PLearn::PL_LogPlugin:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual ~PL_LogPlugin ()
virtual PStreamgetStream (PStream::mode_t outmode, const string &module_name, int requested_verbosity)=0

Detailed Description

Provides several back-ends for displaying the log messages.

Similarly to ProgressBarPlugin, this class allows several types of back-ends to render log messages. The purpose of this plugin is to return a reference to a PStream that's ready for carrying out logging operations on the specified "name" and given verbosity.

Definition at line 92 of file pl_log.h.


Constructor & Destructor Documentation

PLearn::PL_LogPlugin::~PL_LogPlugin ( ) [virtual]

Definition at line 61 of file pl_log.cc.

{ }

Member Function Documentation

virtual PStream& PLearn::PL_LogPlugin::getStream ( PStream::mode_t  outmode,
const string &  module_name,
int  requested_verbosity 
) [pure virtual]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines