dolphin/Source/Core
Lioncash c792961000 Common: Unify logging namespace with Common
Previously the logging was a in a little bit of a disarray. Some things
were in namespaces, and other things were not.

Given this code will feature a bit of restructuring during the
transition over to fmt, this is a good time to unify it under a single
namespace and also remove functions and types from the global namespace.

Now, all functions and types are under the Common::Log namespace. The
only outliers being, of course, the preprocessor macros.
2019-11-28 05:13:21 -05:00
..
AudioCommon Common: Unify logging namespace with Common 2019-11-28 05:13:21 -05:00
Common Common: Unify logging namespace with Common 2019-11-28 05:13:21 -05:00
Core Common: Unify logging namespace with Common 2019-11-28 05:13:21 -05:00
DiscIO Merge pull request #8496 from JosJuice/volumewii-check-decrypted-order 2019-11-27 15:33:43 -08:00
DolphinNoGUI Merge pull request #8456 from jordan-woyak/input-gate-race-fix 2019-11-11 10:59:49 +10:00
DolphinQt Common: Unify logging namespace with Common 2019-11-28 05:13:21 -05:00
InputCommon Merge pull request #8439 from JosJuice/android-native-motion-controls 2019-11-27 15:40:43 -08:00
MacUpdater
UICommon Common: Unify logging namespace with Common 2019-11-28 05:13:21 -05:00
UpdaterCommon UpdaterCommon: Remove manual UI::Stop() calls in favour of a scope guard to ensure it's called on all return paths 2019-07-22 19:16:22 +02:00
VideoBackends Common: Unify logging namespace with Common 2019-11-28 05:13:21 -05:00
VideoCommon Merge pull request #8490 from vadosnaprimer/dumping 2019-11-25 10:38:44 +13:00
WinUpdater Fix malformed manifests 2019-11-11 11:47:10 +01:00
CMakeLists.txt