Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ outputLog
Function
outputLog
core/base/Logging.cpp:162–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
}
161
162
AX_DLL void outputLog(LogItem&& item, const char* tag)
163
{
164
if (!s_logOutput)
165
writeLog(item, tag);
166
else
167
s_logOutput->write(item, tag);
168
}
169
170
AX_DLL void writeLog(LogItem& item, const char* tag)
171
{
Callers
2
printLogT
Function · 0.85
print
Function · 0.85
Calls
2
writeLog
Function · 0.85
write
Method · 0.45
Tested by
no test coverage detected