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