MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / LogWindow

Method LogWindow

pcsx2-qt/LogWindow.cpp:38–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38LogWindow::LogWindow(bool attach_to_main)
39 : QMainWindow()
40 , m_attached_to_main_window(attach_to_main)
41{
42 restoreSize();
43 createUi();
44
45 Log::SetHostOutputLevel(GetWindowLogLevel(), &LogWindow::logCallback);
46}
47
48LogWindow::~LogWindow() = default;
49

Callers

nothing calls this directly

Calls 1

GetWindowLogLevelFunction · 0.85

Tested by

no test coverage detected