MCPcopy Create free account
hub / github.com/SIPp/sipp / LOG_MSG

Function LOG_MSG

src/logger.cpp:381–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381int LOG_MSG(const char* fmt, ...)
382{
383 int ret;
384 va_list ap;
385
386 va_start(ap, fmt);
387 ret = _trace(&log_lfi, fmt, ap);
388 va_end(ap);
389
390 return ret;
391}
392
393int TRACE_CALLDEBUG(const char* fmt, ...)
394{

Callers 1

executeActionMethod · 0.85

Calls 1

_traceFunction · 0.85

Tested by

no test coverage detected