|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
| void drama::logging::Logger::LogNF | ( | unsigned | level, |
| const std::string & | prefix, | ||
| const std::string & | message | ||
| ) |
Log a message using, no formatting.
Explicitly log a message, no formatting applied.
(Might be more efficient then LogF() with no formatting, but given how efficient fmt::format can be, that is unclear.)
| 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. |
| message | A string to output. |