dolphin/Source/Core/Common/Logging
Léo Lam 47c91696ee
Common/Log: Check format strings
Helps with catching incorrect format strings.

PanicAlertFmt already uses FMT_STRING and fmt::make_args_checked.
2020-11-19 17:09:24 +01: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: Check format strings 2020-11-19 17:09:24 +01:00
LogManager.cpp Common/Log: Check format strings 2020-11-19 17:09:24 +01:00
LogManager.h Common/Log: Add basic fmt-capable functions to the interface. 2020-10-21 10:49:35 -04:00