MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / logMessage

Method logMessage

Source/Core/CtrlrLog.cpp:59–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void CtrlrLog::logMessage(CtrlrLog::LogLevel, char *format, ...)
60{
61 char buffer[512];
62 va_list args;
63 va_start (args, format);
64 vsnprintf (buffer,512,format, args);
65 logMessage (buffer);
66 va_end (args);
67}
68
69void CtrlrLog::logMessage (const String &message)
70{

Callers 1

logMethod · 0.45

Calls 6

getBitOptionFunction · 0.85
getNextEventMethod · 0.80
logMessageFunction · 0.50
trimMethod · 0.45
addMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected