AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ LogNF() [2/2]

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.)

Parameters
levelThe logging level. One of the D2LOG_ macro values
prefixA prefix to the log message, often indicting the function which makes the call.
messageA string to output.

Referenced by LogF(), LogF(), LogNF(), SLog(), and SLog().