MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / log

Method log

Source/Lua/CtrlrLuaManager.cpp:330–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330void CtrlrLuaManager::log(const String &message)
331{
332 if (CtrlrLog::ctrlrLog != nullptr)
333 CtrlrLog::ctrlrLog->logMessage(message, CtrlrLog::Info);
334}
335
336CtrlrLuaDebugger &CtrlrLuaManager::getDebugger()
337{

Callers

nothing calls this directly

Calls 1

logMessageMethod · 0.45

Tested by

no test coverage detected