Opm::CounterLog Class Reference

Provides a simple sytem for log message which are found by the Parser/Deck/EclipseState classes during processing the deck. More...

#include <CounterLog.hpp>

Inheritance diagram for Opm::CounterLog:
Inheritance graph

Public Member Functions

 CounterLog (int64_t messageMask)
 
 CounterLog ()
 
size_t numMessages (int64_t messageType) const
 
void addMessage (int64_t messageFlag, const std::string &message)
 
void clear ()
 
 ~CounterLog ()
 
int64_t getMask () const
 
bool includeMessage (int64_t messageFlag)
 

Detailed Description

Provides a simple sytem for log message which are found by the Parser/Deck/EclipseState classes during processing the deck.

Constructor & Destructor Documentation

Opm::CounterLog::CounterLog ( int64_t  messageMask)
Opm::CounterLog::CounterLog ( )
Opm::CounterLog::~CounterLog ( )
inline

Member Function Documentation

void Opm::CounterLog::addMessage ( int64_t  messageFlag,
const std::string &  message 
)
virtual

Reimplemented from Opm::LogBackend.

void Opm::CounterLog::clear ( )
int64_t Opm::LogBackend::getMask ( ) const
inherited
bool Opm::LogBackend::includeMessage ( int64_t  messageFlag)
inherited
size_t Opm::CounterLog::numMessages ( int64_t  messageType) const

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