Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
void
83
ff_log_set_global_level(uint32_t level)
84
{
85
rte_log_set_global_level(level);
86
}
87
88
int
89
ff_log_set_level(uint32_t logtype, uint32_t level)
Callers
1
main
Function · 0.85
Calls
1
rte_log_set_global_level
Function · 0.85
Tested by
no test coverage detected