MCPcopy Create free account
hub / github.com/crownengine/crown / logx

Function logx

src/device/log.cpp:88–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 void logx(LogSeverity::Enum sev, System system, const char *format, ...)
89 {
90 va_list args;
91 va_start(args, format);
92 vlogx(sev, system, format, args);
93 va_end(args);
94 }
95
96} // namespace log
97

Callers 4

callstackFunction · 0.85
callstackFunction · 0.85
callstackFunction · 0.85
callstackFunction · 0.85

Calls 1

vlogxFunction · 0.85

Tested by

no test coverage detected