19#ifndef OPM_COUNTERLOG_HPP
20#define OPM_COUNTERLOG_HPP
26#include <opm/common/OpmLog/LogBackend.hpp>
36 explicit CounterLog(int64_t messageMask);
39 size_t numMessages(int64_t messageType)
const;
45 const std::string& message)
override;
47 std::map<int64_t , size_t> m_count;
void addMessageUnconditionally(int64_t messageFlag, const std::string &message) override
This is the method subclasses should override.
Definition CounterLog.cpp:48
LogBackend(int64_t mask)
Construct with given message mask.
Definition LogBackend.cpp:25
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30