|
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_output_line_for_timestep(), realization::Bmi_Module_Formulation::get_response(), realization::Bmi_Multi_Formulation::get_response(), models::bmi::Bmi_Adapter::Initialize(), realization::Bmi_Module_Formulation::set_initial_bmi_parameters(), and realization::Bmi_Module_Formulation::set_model_inputs_prior_to_update().