dolphin/Source/Core/Common/Logging
Lioncash 5b92d5076a
Common: Use fmt where applicable
Begins the transition to using fmt for string formatting where
applicable. Given fmt supports formatting std::string instances out of
the box, we can remove now-unnecessary calls to .c_str() and .data().

Note that this change does not touch the actual logging subsystem aside
from converting the final StringFromFormat call in the process over to
fmt::format. Given our logging system is heavily used throughout the
entire codebase, and converting that over will be quite a large change
by itself, this will be tackled near the end of the conversion process.
2019-06-14 15:04:09 -04:00
..
ConsoleListener.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
ConsoleListenerDroid.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
ConsoleListenerNix.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
ConsoleListenerWin.cpp Add includes for building on Windows without PCH 2017-01-23 01:37:41 -08:00
Log.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
LogManager.cpp Common: Use fmt where applicable 2019-06-14 15:04:09 -04:00
LogManager.h Remove NonCopyable 2017-08-22 16:40:34 +02:00