Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/F-Stack/f-stack
/ ff_log_reset_stream
Function
ff_log_reset_stream
lib/ff_log.c:76–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
int
77
ff_log_reset_stream(void *f)
78
{
79
return rte_openlog_stream((FILE *)f);
80
}
81
82
void
83
ff_log_set_global_level(uint32_t level)
Callers
2
main
Function · 0.85
ff_log_open_set
Function · 0.85
Calls
1
rte_openlog_stream
Function · 0.85
Tested by
no test coverage detected