2 #ifndef GRAMODS_CORE_NULLMESSAGESINK
3 #define GRAMODS_CORE_NULLMESSAGESINK
5 #include <gmCore/MessageSink.hh>
7 BEGIN_NAMESPACE_GMCORE;
This is the base type for back-ends taking care of information sent to the Console class.
Definition: MessageSink.hh:23
Message sink that does nothing with the messages.
Definition: NullMessageSink.hh:17
void output(Message)
Outputs the provided message to the implementation specific channel.
Definition: NullMessageSink.hh:21
Definition: MessageSink.hh:27