yuzu-android/src/common/logging
Wunkolo 4569f39c7c common: Replace common_sizes into user-literals
Removes common_sizes.h in favor of having `_KiB`, `_MiB`, `_GiB`, etc
user-literals within literals.h.

To keep the global namespace clean, users will have to use:

```
using namespace Common::Literals;
```

to access these literals.
2021-06-24 09:27:40 -07:00
..
backend.cpp common: Replace common_sizes into user-literals 2021-06-24 09:27:40 -07:00
backend.h common: logging: Restructure backend code 2021-06-13 11:05:58 -04:00
filter.cpp common: logging: Restructure backend code 2021-06-13 11:05:58 -04:00
filter.h common: logging: Restructure backend code 2021-06-13 11:05:58 -04:00
log.h common: logging: Restructure backend code 2021-06-13 11:05:58 -04:00
text_formatter.cpp common: logging: Restructure backend code 2021-06-13 11:05:58 -04:00
text_formatter.h common/log: Move Log namespace into the Common namespace 2021-04-14 23:10:58 -04:00
types.h common: logging: Restructure backend code 2021-06-13 11:05:58 -04:00