GammaWare  Head Version for release 0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ADF::OStreamCollector Class Reference

Base class for a Log collector. More...

#include <ADFLogCollector.h>

Inheritance diagram for ADF::OStreamCollector:

Public Member Functions

virtual void DoCollect (LogMessage &)
 write the message in a file More...
 
virtual std::string & GetName ()
 
virtual bool IsDeleteByCentralLog () const
 if true, the collector is deleted by the central log More...
 
 OStreamCollector (const char *, bool isdelbycental=false)
 
void SetLevelFiltering (unsigned short min, unsigned short max)
 LogMessages processed by the LogCollector if their level is between min and max. More...
 
virtual ~OStreamCollector ()
 

Static Public Member Functions

static LogCollectortheCollector ()
 return the current logcollector More...
 

Protected Attributes

unsigned short fMaxLevel
 
unsigned short fMinLevel
 to send to the log server only message having their level between min and max More...
 

Detailed Description

Base class for a Log collector.

Definition at line 90 of file ADFLogCollector.h.


The documentation for this class was generated from the following files: