#include <MessageDispatcher.h>
a utility interface to automatically process a Message at the end of scope of the LoggerStream variable (processed by all the handlers of the MessageDispatcher)
| Public Member Functions | |
| LoggerStream (const LoggerStream &s) | |
| LoggerStream (Message::Class mclass, Message::Type type, const ComponentInfo::SPtr &sender, const FileInfo::SPtr &fileInfo) | |
| ~LoggerStream () | |
| template<class T > | |
| LoggerStream & | operator<< (const T &x) | 
| Message | getMessage () const | 
| 
 | inline | 
| sofa::helper::logging::MessageDispatcher::LoggerStream::LoggerStream | ( | Message::Class | mclass, | 
| Message::Type | type, | ||
| const ComponentInfo::SPtr & | sender, | ||
| const FileInfo::SPtr & | fileInfo | ||
| ) | 
| sofa::helper::logging::MessageDispatcher::LoggerStream::~LoggerStream | ( | ) | 
| 
 | inline | 
| 
 | inline |