dolphin/Source/Core/Common/Logging
Minty-Meeo b430d66cdc Split OSREPORT logging type
The enumerated LOG_TYPE "OSREPORT" is currently used in both EXI_DeviceIPL.cpp and HLE_OS.cpp.  In many games, the multitude of game functions detected by HLE_OS.cpp for OSREPORT logging results in poor log readability.  This Pull Request remedies that by adding a new enumerated LOG_TYPE "OSREPORT_HLE" for log usage in HLE_OS.cpp.

In the future, further changing how logging in HLE_OS.cpp works may be desirable.  As it is, game functions are detected that send a single character to the log.  This is a major source of poor readability.
2020-12-24 23:38:59 -06:00
..
ConsoleListener.h Common: Unify logging namespace with Common 2019-11-28 05:13:21 -05:00
ConsoleListenerDroid.cpp Common: Unify logging namespace with Common 2019-11-28 05:13:21 -05:00
ConsoleListenerNix.cpp Common: Unify logging namespace with Common 2019-11-28 05:13:21 -05:00
ConsoleListenerWin.cpp Common: Rename UTF16ToUTF8 2020-07-08 14:51:35 +02:00
Log.h Split OSREPORT logging type 2020-12-24 23:38:59 -06:00
LogManager.cpp Split OSREPORT logging type 2020-12-24 23:38:59 -06:00
LogManager.h Common/Log: Add basic fmt-capable functions to the interface. 2020-10-21 10:49:35 -04:00