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

Function GetWindowLogLevel

pcsx2-qt/LogWindow.cpp:29–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27static std::mutex s_log_mutex;
28
29static LOGLEVEL GetWindowLogLevel()
30{
31#ifdef _DEBUG
32 return LOGLEVEL_DEBUG;
33#else
34 return (IsDevBuild || Host::GetBaseBoolSettingValue("Logging", "EnableVerbose", false)) ? LOGLEVEL_DEV : LOGLEVEL_INFO;
35#endif
36}
37
38LogWindow::LogWindow(bool attach_to_main)
39 : QMainWindow()

Callers 2

LogWindowMethod · 0.85
updateSettingsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected