Warnings raised by Cantera. More...
Warnings raised by Cantera.
Functions | |
| template<typename... Args> | |
| void | warn_deprecated (const string &method, const string &msg, const Args &... args) |
| Print a deprecation warning raised from method. | |
| template<typename... Args> | |
| void | warn (const string &warning, const string &method, const string &msg, const Args &... args) |
| Print a generic warning raised from method. | |
| template<typename... Args> | |
| void | warn_user (const string &method, const string &msg, const Args &... args) |
| Print a user warning raised from method as CanteraWarning. | |
| void warn_deprecated | ( | const string & | method, |
| const string & | msg, | ||
| const Args &... | args ) |
Print a deprecation warning raised from method.
| method | method name |
| msg | Python-style format string with the following arguments |
| args | arguments for the format string |
| void warn | ( | const string & | warning, |
| const string & | method, | ||
| const string & | msg, | ||
| const Args &... | args ) |
Print a generic warning raised from method.
| warning | type of warning; See Logger::warn |
| method | method name |
| msg | Python-style format string with the following arguments |
| args | arguments for the format string |
| void warn_user | ( | const string & | method, |
| const string & | msg, | ||
| const Args &... | args ) |