|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
| void drama::ErsReportF | ( | StatusType * | status, |
| const fmt::format_string< Args... > | fmt, | ||
| Args &&... | args | ||
| ) |
Report a std::string via ERS, format using fmt::format.
See drama::MessageHandler::MessageUserF for details on this formatting approach.
| status | DRAMA Status to associate with the message. May be modified if ERS Fails. |
| fmt | The string to report using ERS. A separate ErsRep() call is made for each line in the string |
| args | Arguments to the format. See fmt::format for details. |
| Args... | the remaining argument types. |
References CreateRunDramaTask(), and ErsReport().