|
NGen
|
Functions | |
| void | debug (const char *msg) |
| Send debug output to std::cerr. | |
| void | info (const char *msg) |
| Send info content to std::cerr. | |
| void | warning (const char *msg) |
| Send warning to std::cerr. | |
| void | error (const char *msg) |
| Send error message to std::cerr. | |
| void | critical (const char *msg) |
| Send critical message to std::cerr. | |
| void logging::critical | ( | const char * | msg | ) |
Send critical message to std::cerr.
| msg | The variable carries the humanly readable critical message. |
| void logging::debug | ( | const char * | msg | ) |
Send debug output to std::cerr.
| msg | The variable carries the humanly readable debug text info. |
| void logging::error | ( | const char * | msg | ) |
Send error message to std::cerr.
| msg | The variable carries the humanly readable error message. |
| void logging::info | ( | const char * | msg | ) |
Send info content to std::cerr.
| msg | The variable carries the humanly readable info text. |
| void logging::warning | ( | const char * | msg | ) |
Send warning to std::cerr.
| msg | The variable carries the humanly readable warning message. |
Referenced by models::bmi::AbstractCLibBmiAdapter::dynamic_library_load(), realization::Bmi_Module_Formulation::get_values(), models::bmi::Bmi_Adapter::Initialize(), and realization::Bmi_Module_Formulation::set_initial_bmi_parameters().