MCPcopy Index your code
hub / github.com/F-Stack/f-stack / ff_log_set_level

Function ff_log_set_level

lib/ff_log.c:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88int
89ff_log_set_level(uint32_t logtype, uint32_t level)
90{
91 return rte_log_set_level(logtype, level);
92}
93
94int
95ff_log(uint32_t level, uint32_t logtype, const char *format, ...)

Callers 2

mainFunction · 0.85
ff_log_open_setFunction · 0.85

Calls 1

rte_log_set_levelFunction · 0.85

Tested by

no test coverage detected