MCPcopy 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

createDefaultSourceMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected