Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
int
89
ff_log_set_level(uint32_t logtype, uint32_t level)
90
{
91
return rte_log_set_level(logtype, level);
92
}
93
94
int
95
ff_log(uint32_t level, uint32_t logtype, const char *format, ...)
Callers
2
main
Function · 0.85
ff_log_open_set
Function · 0.85
Calls
1
rte_log_set_level
Function · 0.85
Tested by
no test coverage detected