Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ addLogSource
Method
addLogSource
MyGUIEngine/src/MyGUI_LogManager.cpp:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
void LogManager::addLogSource(LogSource* _source)
72
{
73
mSources.push_back(_source);
74
}
75
76
void LogManager::createDefaultSource(std::string_view _logname)
77
{
Callers
1
createDefaultSource
Method · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected