Files
dolphin/Source/Core/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
..
2019-07-18 22:29:04 +02:00
2018-10-29 23:00:51 +01:00
2019-10-04 13:40:21 +10:00
2017-03-27 23:46:19 -04:00
2019-06-14 17:47:02 -04:00
2018-06-03 20:45:35 +02:00
2019-06-20 11:50:02 -04:00
2018-07-19 18:09:20 -04:00
2019-07-18 22:29:04 +02:00