Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
callstack
Function · 0.85
callstack
Function · 0.85
callstack
Function · 0.85
callstack
Function · 0.85
Calls
1
vlogx
Function · 0.85
Tested by
no test coverage detected