#include <OpenMS/CONCEPT/LogStream.h>
Public Member Functions | |
| LogStreamNotifier () | |
| Empty constructor. | |
| virtual | ~LogStreamNotifier () |
| Destructor. | |
| virtual void | logNotify () |
| void | registerAt (LogStream &log_stream) |
| void | unregister () |
Protected Attributes | |
| std::stringstream | stream_ |
| LogStream * | registered_at_ |
Empty constructor.
| virtual ~LogStreamNotifier | ( | ) | [virtual] |
Destructor.
| virtual void logNotify | ( | ) | [virtual] |
| void registerAt | ( | LogStream & | log_stream | ) |
| void unregister | ( | ) |
LogStream* registered_at_ [protected] |
std::stringstream stream_ [protected] |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:43:00 using doxygen 1.7.1 |