Opm::StreamLog Class Reference

#include <StreamLog.hpp>

Inheritance diagram for Opm::StreamLog:
Inheritance graph

Public Member Functions

 StreamLog (const std::string &logFile, int64_t messageMask)
 
 StreamLog (std::ostream &os, int64_t messageMask)
 
void addMessage (int64_t messageType, const std::string &message)
 
 ~StreamLog ()
 
int64_t getMask () const
 
bool includeMessage (int64_t messageFlag)
 

Constructor & Destructor Documentation

Opm::StreamLog::StreamLog ( const std::string &  logFile,
int64_t  messageMask 
)
Opm::StreamLog::StreamLog ( std::ostream &  os,
int64_t  messageMask 
)
Opm::StreamLog::~StreamLog ( )

Member Function Documentation

void Opm::StreamLog::addMessage ( int64_t  messageType,
const std::string &  message 
)
virtual

Reimplemented from Opm::LogBackend.

Reimplemented in Opm::TimerLog.

int64_t Opm::LogBackend::getMask ( ) const
inherited
bool Opm::LogBackend::includeMessage ( int64_t  messageFlag)
inherited

The documentation for this class was generated from the following file: