MCPcopy Create free account
hub / github.com/MyGUI/mygui / setLoggingLevel

Method setLoggingLevel

MyGUIEngine/src/MyGUI_LogManager.cpp:112–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 }
111
112 void LogManager::setLoggingLevel(LogLevel _value)
113 {
114 mLevel = _value;
115
116 if (mFilter != nullptr)
117 mFilter->setLoggingLevel(_value);
118 }
119
120 LogLevel LogManager::getLoggingLevel() const
121 {

Callers 1

createDefaultSourceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected