AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code

◆ Log() [2/2]

void GitLogger::Log ( unsigned  level,
bool  nofmt,
const char *  prefix,
StatusType *  status,
const char *  fmt,
  ... 
)

Log a message.

Explictly log a message

Parameters
levelThe logging level. One of the LOG_ macro values
nofmtIf true, don't format the message, presume it is already formated.
prefixA prefix to the log message, often indicting the function which makes the call.
statusModified status.
fmtC printf style format statement, unless nofmt is true.
...If nofmt is false, then the arguments to the format.