#include <DeferredLogger.hpp>
|
| 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 () |
| |
| void | clearMessages () |
| | Clear the message container without logging them. More...
|
| |
◆ bug() [1/2]
| void Opm::DeferredLogger::bug |
( |
const std::string & |
message | ) |
|
◆ bug() [2/2]
| void Opm::DeferredLogger::bug |
( |
const std::string & |
tag, |
|
|
const std::string & |
message |
|
) |
| |
◆ clearMessages()
| void Opm::DeferredLogger::clearMessages |
( |
| ) |
|
◆ debug() [1/3]
| void Opm::DeferredLogger::debug |
( |
const std::string & |
message | ) |
|
◆ debug() [2/3]
| void Opm::DeferredLogger::debug |
( |
const std::string & |
message, |
|
|
const int |
verbosity_level |
|
) |
| |
◆ debug() [3/3]
| void Opm::DeferredLogger::debug |
( |
const std::string & |
tag, |
|
|
const std::string & |
message |
|
) |
| |
◆ error() [1/2]
| void Opm::DeferredLogger::error |
( |
const std::string & |
message | ) |
|
◆ error() [2/2]
| void Opm::DeferredLogger::error |
( |
const std::string & |
tag, |
|
|
const std::string & |
message |
|
) |
| |
◆ info() [1/2]
| void Opm::DeferredLogger::info |
( |
const std::string & |
message | ) |
|
◆ info() [2/2]
| void Opm::DeferredLogger::info |
( |
const std::string & |
tag, |
|
|
const std::string & |
message |
|
) |
| |
◆ logMessages()
| void Opm::DeferredLogger::logMessages |
( |
| ) |
|
◆ note() [1/2]
| void Opm::DeferredLogger::note |
( |
const std::string & |
message | ) |
|
◆ note() [2/2]
| void Opm::DeferredLogger::note |
( |
const std::string & |
tag, |
|
|
const std::string & |
message |
|
) |
| |
◆ problem() [1/2]
| void Opm::DeferredLogger::problem |
( |
const std::string & |
message | ) |
|
◆ problem() [2/2]
| void Opm::DeferredLogger::problem |
( |
const std::string & |
tag, |
|
|
const std::string & |
message |
|
) |
| |
◆ warning() [1/2]
| void Opm::DeferredLogger::warning |
( |
const std::string & |
message | ) |
|
◆ warning() [2/2]
| void Opm::DeferredLogger::warning |
( |
const std::string & |
tag, |
|
|
const std::string & |
message |
|
) |
| |
◆ gatherDeferredLogger
Create a global log combining local logs.
The documentation for this class was generated from the following file:
|