20#ifndef ECLIPSEPRTLOG_H
21#define ECLIPSEPRTLOG_H
25#include <opm/common/OpmLog/StreamLog.hpp>
32 using StreamLog::StreamLog;
34 size_t numMessages(int64_t messageType)
const;
44 EclipsePRTLog(
const std::string& logFile , int64_t messageMask,
45 bool append,
bool print_summary);
60 std::map<int64_t, size_t> m_count;
62 bool print_summary_ =
true;
Definition EclipsePRTLog.hpp:29
void addMessageUnconditionally(int64_t messageType, const std::string &message) override
This is the method subclasses should override.
Definition EclipsePRTLog.cpp:26
Definition StreamLog.hpp:30
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30