dolphin/Source/Core/Common/Logging
JosJuice c8be819711 LogManager: Stop using manual memory management
This fixes a memory leak that would occur when the Android frontend
calls LogManager::Init more than once in order to reload settings.

Note that the log window listener is now owned by LogManager instead of
by the frontend, making it consistent with the other log listeners.
2025-05-02 21:14:32 +02:00
..
ConsoleListener.h Resolve GCC Warnings 2022-06-30 15:26:48 -05: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 Common: Fix compile failure with fmt>=11 2025-01-04 19:13:05 +01:00
LogManager.cpp LogManager: Stop using manual memory management 2025-05-02 21:14:32 +02:00
LogManager.h LogManager: Stop using manual memory management 2025-05-02 21:14:32 +02:00