Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setLogFilter
Method
setLogFilter
MyGUIEngine/src/MyGUI_LogSource.cpp:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
{
12
13
void LogSource::setLogFilter(ILogFilter* _filter)
14
{
15
mFilter = _filter;
16
}
17
18
void LogSource::addLogListener(ILogListener* _lestener)
19
{
Callers
1
createDefaultSource
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected