#include <BALL/COMMON/logStream.h>
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_ |
LogStream * | registered_at_ |
BALL::LogStreamNotifier::LogStreamNotifier | ( | ) |
virtual BALL::LogStreamNotifier::~LogStreamNotifier | ( | ) | [virtual] |
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 | ( | ) |
LogStream* BALL::LogStreamNotifier::registered_at_ [protected] |
std::stringstream BALL::LogStreamNotifier::stream_ [protected] |