#include <MessageDispatcher.h>
static interface to manage the list of MessageHandlers that process the Messages
Classes | |
class | LoggerStream |
class | NullLoggerStream |
Static Public Member Functions | |
static int | addHandler (MessageHandler *o) |
to add a MessageHandler More... | |
static int | rmHandler (MessageHandler *o) |
to remove a MessageHandler More... | |
static void | clearHandlers () |
to remove every MessageHandlers More... | |
static std::vector< MessageHandler * > & | getHandlers () |
the list of MessageHandlers More... | |
static LoggerStream | info (Message::Class mclass, const ComponentInfo::SPtr &cinfo, const FileInfo::SPtr &fileInfo=EmptyFileInfo) |
static LoggerStream | deprecated (Message::Class mclass, const ComponentInfo::SPtr &cinfo, const FileInfo::SPtr &fileInfo=EmptyFileInfo) |
static LoggerStream | warning (Message::Class mclass, const ComponentInfo::SPtr &cinfo, const FileInfo::SPtr &fileInfo=EmptyFileInfo) |
static LoggerStream | error (Message::Class mclass, const ComponentInfo::SPtr &cinfo, const FileInfo::SPtr &fileInfo=EmptyFileInfo) |
static LoggerStream | fatal (Message::Class mclass, const ComponentInfo::SPtr &cinfo, const FileInfo::SPtr &fileInfo=EmptyFileInfo) |
static LoggerStream | advice (Message::Class mclass, const ComponentInfo::SPtr &cinfo, const FileInfo::SPtr &fileInfo=EmptyFileInfo) |
static const NullLoggerStream & | null () |
static MessageDispatcher::LoggerStream | log (Message::Class mclass, Message::Type type, const ComponentInfo::SPtr &cinfo, const FileInfo::SPtr &fileInfo=EmptyFileInfo) |
static void | process (sofa::helper::logging::Message &m) |
|
static |
to add a MessageHandler
|
static |
|
static |
to remove every MessageHandlers
|
static |
|
static |
|
static |
|
static |
the list of MessageHandlers
|
static |
|
static |
|
inlinestatic |
|
static |
Process the Message by all the Message handlers. Called in the destructor of LoggerStream and can be called manually on a hand-made (possibly predefined) Message
|
static |
to remove a MessageHandler
|
static |