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

Function log

lib/ff_subr_prf.c:589–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587}
588
589void
590log(int level, const char *fmt, ...)
591{
592 va_list ap;
593
594 va_start(ap, fmt);
595 vlog(level, fmt, ap);
596 va_end(ap);
597}
598
599int
600sbuf_printf_drain(void *arg, const char *data, int len)

Callers 15

ng_generic_msgFunction · 0.70
draw_geometricFunction · 0.50
rte_member_create_sketchFunction · 0.50
rte_member_create_vbfFunction · 0.50
cpfl_fxp_parse_actionFunction · 0.50
randnFunction · 0.50
ovfl_check_avgFunction · 0.50
sparklineRenderRangeFunction · 0.50
raxRandomWalkFunction · 0.50
ln_gammaFunction · 0.50
i_gammaFunction · 0.50
pt_normFunction · 0.50

Calls 1

vlogFunction · 0.70

Tested by 6

randnFunction · 0.40
ovfl_check_avgFunction · 0.40
ln_gammaFunction · 0.40
i_gammaFunction · 0.40
pt_normFunction · 0.40
pt_chi2Function · 0.40