MCPcopy 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
55void dsv_log_level(int l)
56{
57 xlog_set_level(log_ctx, l);
58 dsv_info("%s%d", "Set log level: ", l);
59}
60
61void dsv_log_enalbe_logfile(bool append)
62{

Callers 2

mainFunction · 0.85
on_action_setting_logMethod · 0.85

Calls 1

xlog_set_levelFunction · 0.85

Tested by

no test coverage detected