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

Function ff_log_set_global_level

lib/ff_log.c:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void
83ff_log_set_global_level(uint32_t level)
84{
85 rte_log_set_global_level(level);
86}
87
88int
89ff_log_set_level(uint32_t logtype, uint32_t level)

Callers 1

mainFunction · 0.85

Calls 1

rte_log_set_global_levelFunction · 0.85

Tested by

no test coverage detected