|
WarpX
|
Functions | |
| std::string | Err (const std::string &msg, const bool do_text_wrapping=true) |
| This function formats a text message as an error message, adding the '### ERROR: ' prefix and (by default) performing text wrapping. More... | |
| std::string | Info (const std::string &msg, const bool do_text_wrapping=true) |
| This function formats a text message as an info message, adding the '### INFO: ' prefix and (by default) performing text wrapping. More... | |
| std::string | Warn (const std::string &msg, const bool do_text_wrapping=true) |
| This function formats a text message as a warning message, adding the '### WARN: ' prefix and (by default) performing text wrapping. Warning: this format is not used by the WarningLogger, which has an internal, dedicated, formatter. More... | |
| void | Assert (const char *ex, const char *file, const int line, const std::string &msg) |
| void ablastr::utils::TextMsg::Assert | ( | const char * | ex, |
| const char * | file, | ||
| const int | line, | ||
| const std::string & | msg | ||
| ) |
| std::string ablastr::utils::TextMsg::Err | ( | const std::string & | msg, |
| const bool | do_text_wrapping = true |
||
| ) |
This function formats a text message as an error message, adding the '### ERROR: ' prefix and (by default) performing text wrapping.
| [in] | msg | the string to be formatted |
| [in] | do_text_wrapping | if true, the text of the message is automatically wrapped |
| std::string ablastr::utils::TextMsg::Info | ( | const std::string & | msg, |
| const bool | do_text_wrapping = true |
||
| ) |
This function formats a text message as an info message, adding the '### INFO: ' prefix and (by default) performing text wrapping.
| [in] | msg | the string to be formatted |
| [in] | do_text_wrapping | if true, the text of the message is automatically wrapped |
| std::string ablastr::utils::TextMsg::Warn | ( | const std::string & | msg, |
| const bool | do_text_wrapping = true |
||
| ) |
This function formats a text message as a warning message, adding the '### WARN: ' prefix and (by default) performing text wrapping. Warning: this format is not used by the WarningLogger, which has an internal, dedicated, formatter.
| [in] | msg | the string to be formatted |
| [in] | do_text_wrapping | if true, the text of the message is automatically wrapped |
1.8.13