BALL::LogStreamNotifier Class Reference

#include <BALL/COMMON/logStream.h>

Inheritance diagram for BALL::LogStreamNotifier:
BALL::VIEW::LogView

List of all members.


Public Member Functions

 LogStreamNotifier ()
virtual ~LogStreamNotifier ()
virtual void logNotify ()
void registerAt (LogStream &log_stream, int min_level=LogStreamBuf::MIN_LEVEL, int max_level=LogStreamBuf::MAX_LEVEL)
void unregister ()

Protected Attributes

std::stringstream stream_
LogStreamregistered_at_

Constructor & Destructor Documentation

BALL::LogStreamNotifier::LogStreamNotifier (  ) 
virtual BALL::LogStreamNotifier::~LogStreamNotifier (  )  [virtual]

Member Function Documentation

virtual void BALL::LogStreamNotifier::logNotify (  )  [virtual]

Reimplemented in BALL::VIEW::LogView.

void BALL::LogStreamNotifier::registerAt ( LogStream log_stream,
int  min_level = LogStreamBuf::MIN_LEVEL,
int  max_level = LogStreamBuf::MAX_LEVEL 
)
void BALL::LogStreamNotifier::unregister (  ) 

Member Data Documentation

std::stringstream BALL::LogStreamNotifier::stream_ [protected]