dolphin/Source/Core/Common/Logging
Lioncash 425f2aa013 Common/Log: Add basic fmt-capable functions to the interface.
Provides a basic extension to the interface to begin migration off of
the printf-based logging system.

Everything will go through macros with the same style naming as the old
logging system, except the macros will have the _FMT suffix, while the
migration is in process.

This allows for peacemeal migration over time instead of pulling
everything out and replacing it all in a single pull request, which
makes for much easier reviewing.
2020-10-21 10:49:35 -04: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 Common/Log: Add basic fmt-capable functions to the interface. 2020-10-21 10:49:35 -04:00
LogManager.cpp Common/Log: Add basic fmt-capable functions to the interface. 2020-10-21 10:49:35 -04:00
LogManager.h Common/Log: Add basic fmt-capable functions to the interface. 2020-10-21 10:49:35 -04:00