26#include <opm/common/OpmLog/LogBackend.hpp>
33 StreamLog(
const std::string& logFile , int64_t messageMask,
bool append =
false);
34 StreamLog(std::ostream& os , int64_t messageMask);
43 std::ofstream m_ofstream;
44 std::ostream * m_ostream;
Abstract interface class for log backends.
Definition LogBackend.hpp:36
Definition StreamLog.hpp:30
virtual void addMessageUnconditionally(int64_t messageType, const std::string &message) override
This is the method subclasses should override.
Definition StreamLog.cpp:54
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30