20 #ifndef OPM_COUNTERLOG_HPP 21 #define OPM_COUNTERLOG_HPP 23 #include <opm/common/OpmLog/LogBackend.hpp> 42 std::size_t numMessages(std::int64_t messageType)
const;
48 const std::string& message)
override;
50 std::map<std::int64_t , std::size_t> m_count;
void addMessageUnconditionally(std::int64_t messageFlag, const std::string &message) override
This is the method subclasses should override.
Definition: CounterLog.cpp:47
Provides a simple sytem for log message which are found by the Parser/Deck/EclipseState classes durin...
Definition: CounterLog.hpp:36
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:30
Abstract interface class for log backends.
Definition: LogBackend.hpp:36