MCPcopy Create free account
hub / github.com/chrxh/alien / initIntern

Method initIntern

source/Gui/LogWindow.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include "AlienImGui.h"
12
13void LogWindow::initIntern(GuiLogger logger)
14{
15 _logger = logger;
16 _verbose = GlobalSettings::get().getValue("windows.log.verbose", false);
17}
18
19LogWindow::LogWindow()
20 : AlienWindow("Log", "windows.log", false)

Callers

nothing calls this directly

Calls 1

getValueMethod · 0.80

Tested by

no test coverage detected