MCPcopy 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
162AX_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
170AX_DLL void writeLog(LogItem& item, const char* tag)
171{

Callers 2

printLogTFunction · 0.85
printFunction · 0.85

Calls 2

writeLogFunction · 0.85
writeMethod · 0.45

Tested by

no test coverage detected