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;
45 bool append,
bool print_summary);
60 std::map<int64_t, size_t> m_count;
62 bool print_summary_ =
true;
Definition: EclipsePRTLog.hpp:29
EclipsePRTLog(std::ostream &os, int64_t messageMask, bool print_summary)
Construct a logger to the <MODLE>.PRT file.
void addMessageUnconditionally(int64_t messageType, const std::string &message) override
This is the method subclasses should override.
EclipsePRTLog(const std::string &logFile, int64_t messageMask, bool append, bool print_summary)
Construct a logger to the <MODLE>.PRT file.
Definition: StreamLog.hpp:30
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:30