dolphin/Source/Core/Common/Logging
Dentomologist 2d48043b61 Logging: Don't overwrite LDEBUG verbosity in Release builds
Preserve the configured logging verbosity unless the user actually
changes it, rather than capping it to LINFO on release builds.

Rename LogManager::m_level to m_effective_level and distinguish between
the config and effective level in various function/variable names.

Make m_effective_level atomic to prevent data races when setting the
effective log level from the config changed callback.
2025-09-19 13:25:42 -07:00
..
ConsoleListener.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
ConsoleListenerDroid.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
ConsoleListenerNix.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
ConsoleListenerWin.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
Log.h Logging: Don't overwrite LDEBUG verbosity in Release builds 2025-09-19 13:25:42 -07:00
LogManager.cpp Logging: Don't overwrite LDEBUG verbosity in Release builds 2025-09-19 13:25:42 -07:00
LogManager.h Logging: Don't overwrite LDEBUG verbosity in Release builds 2025-09-19 13:25:42 -07:00