My Project
|
Abstract interface for message formatting classes. More...
#include <MessageFormatter.hpp>
Public Member Functions | |
virtual | ~MessageFormatterInterface ()=default |
Virtual destructor to enable inheritance. | |
virtual std::string | format (const int64_t message_flag, const std::string &message)=0 |
Should return a possibly modified/decorated version of the input string, the formatting applied depending on the message_flag. | |
Abstract interface for message formatting classes.
|
pure virtual |
Should return a possibly modified/decorated version of the input string, the formatting applied depending on the message_flag.
Implemented in Opm::SimpleMessageFormatter.