MCPcopy Create free account
hub / github.com/OSSystems/EasySplash / set_min_log_level

Function set_min_log_level

src/log.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104
105
106void set_min_log_level(log_levels const p_min_log_level)
107{
108 logger_internal::instance().m_min_log_level = p_min_log_level;
109}
110
111
112log_levels get_min_log_level()

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected