MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / srd_log_level

Function srd_log_level

libsigrokdecode4DSL/log.c:79–86  ·  view source on GitHub ↗

* Set the private log context level */

Source from the content-addressed store, hash-verified

77 * Set the private log context level
78 */
79SRD_API void srd_log_level(int level)
80{
81 log_level_value = level;
82 if (log_ctx)
83 {
84 xlog_set_level(log_ctx, level);
85 }
86}

Callers

nothing calls this directly

Calls 1

xlog_set_levelFunction · 0.85

Tested by

no test coverage detected