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

Function vlog

lib/ff_subr_prf.c:583–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581}
582
583void
584vlog(int level, const char *fmt, va_list ap)
585{
586 (void)vprintf(fmt, ap);
587}
588
589void
590log(int level, const char *fmt, ...)

Callers 1

logFunction · 0.70

Calls 1

vprintfFunction · 0.70

Tested by

no test coverage detected