Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ dsv_log_level
Function
dsv_log_level
DSView/pv/log.cpp:55–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
void dsv_log_level(int l)
56
{
57
xlog_set_level(log_ctx, l);
58
dsv_info(
"%s%d"
,
"Set log level: "
, l);
59
}
60
61
void dsv_log_enalbe_logfile(bool append)
62
{
Callers
2
main
Function · 0.85
on_action_setting_log
Method · 0.85
Calls
1
xlog_set_level
Function · 0.85
Tested by
no test coverage detected