MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ff_vlog

Function ff_vlog

lib/ff_log.c:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107int
108ff_vlog(uint32_t level, uint32_t logtype, const char * format, va_list ap)
109{
110 return rte_vlog(level, logtype, format, ap);
111}

Callers

nothing calls this directly

Calls 1

rte_vlogFunction · 0.85

Tested by

no test coverage detected