MCPcopy Create free account
hub / github.com/LibrePCB/LibrePCB / setDebugLevelStderr

Method setDebugLevelStderr

libs/librepcb/core/debug.cpp:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 ******************************************************************************/
71
72void Debug::setDebugLevelStderr(DebugLevel_t level) {
73 mDebugLevelStderr = level;
74}
75
76void Debug::setDebugLevelLogFile(DebugLevel_t level) {
77 if (level == mDebugLevelLogFile) return;

Callers 3

executeMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected