Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ dsv_set_log_file_enable
Function
dsv_set_log_file_enable
DSView/pv/log.cpp:109–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
}
108
109
void dsv_set_log_file_enable(bool flag)
110
{
111
if (b_logfile && log_ctx)
112
{
113
xlog_set_receiver_enable(log_ctx, log_file_index, flag);
114
}
115
}
116
117
void dsv_remove_log_file()
118
{
Callers
1
on_action_setting_log
Method · 0.85
Calls
1
xlog_set_receiver_enable
Function · 0.85
Tested by
no test coverage detected