|
|
void | info (const std::string &tag, const std::string &message) |
| |
|
void | warning (const std::string &tag, const std::string &message) |
| |
|
void | error (const std::string &tag, const std::string &message) |
| |
|
void | problem (const std::string &tag, const std::string &message) |
| |
|
void | bug (const std::string &tag, const std::string &message) |
| |
|
void | debug (const std::string &tag, const std::string &message) |
| |
|
void | note (const std::string &tag, const std::string &message) |
| |
|
void | info (const std::string &message) |
| |
|
void | warning (const std::string &message) |
| |
|
void | error (const std::string &message) |
| |
|
void | problem (const std::string &message) |
| |
|
void | bug (const std::string &message) |
| |
|
void | debug (const std::string &message) |
| |
|
void | debug (const std::string &message, const int verbosity_level) |
| |
|
void | note (const std::string &message) |
| |
| void | logMessages () |
| | Log all messages to the OpmLog backends, and clear the message container. More...
|
| |
|
void | clearMessages () |
| | Clear the message container without logging them.
|
| |
◆ logMessages()
| void Opm::DeferredLogger::logMessages |
( |
| ) |
|
Log all messages to the OpmLog backends, and clear the message container.
The documentation for this class was generated from the following files: