MCPcopy Create free account
hub / github.com/MTG/essentia / debugModuleDescription

Function debugModuleDescription

src/essentia/debugging.cpp:35–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33Logger loggerInstance;
34
35const char* debugModuleDescription(DebuggingModule module) {
36 switch (module) {
37 case EAlgorithm: return "[Algorithm ] ";
38 case EConnectors: return "[Connectors] ";
39 case EFactory: return "[Factory ] ";
40 case ENetwork: return "[Network ] ";
41 case EGraph: return "[Graph ] ";
42 case EExecution: return "[Execution ] ";
43 case EMemory: return "[Memory ] ";
44 case EScheduler: return "[Scheduler ] ";
45
46 case EPython: return "[ PYTHON ] ";
47 case EPyBindings: return "[ PYBIND ] ";
48 case EUnittest: return "[ UNITTEST ] ";
49
50 case EUser1: return "[ USER1 ] ";
51 case EUser2: return "[ USER2 ] ";
52
53 case ENone: return "[ ] ";
54 case EAll: return "[ ALL ] ";
55 default: return "[ Mixed ] ";
56 }
57}
58
59
60void setDebugLevel(int levels) {

Callers 1

debugMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected