|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
|
inline |
Log a message using with fmt::format string formatting.
Explicitly log a message. Type Safe formatting.
See DRAMA 2 String formatting for details on this formatting approach.
| level | The logging level. One of the D2LOG_ macro values |
| prefix | A prefix to the log message, often indicting the function which makes the call. |
| fmt | The string for formatting. See fmt::format for details. |
| args | Arguments to the format. See fmt::format for details. |
| Args... | the remaining argument types. |
References drama::CreateRunDramaTask(), and LogNF().