Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
381
int 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
393
int TRACE_CALLDEBUG(const char* fmt, ...)
394
{
Callers
1
executeAction
Method · 0.85
Calls
1
_trace
Function · 0.85
Tested by
no test coverage detected