BALL  1.4.79
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
BALL::LogStreamNotifier Class Reference

#include <BALL/COMMON/logStream.h>

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

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_
 

Detailed Description

Definition at line 225 of file logStream.h.

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

LogStream* BALL::LogStreamNotifier::registered_at_
protected

Definition at line 249 of file logStream.h.

std::stringstream BALL::LogStreamNotifier::stream_
protected

Definition at line 247 of file logStream.h.