yuzu/src/common/logging
Lioncash c4ed791164 common/fileutil: Convert namespace to Common::FS
Migrates a remaining common file over to the Common namespace, making it
consistent with the rest of common files.

This also allows for high-traffic FS related code to alias the
filesystem function namespace as

namespace FS = Common::FS;

for more concise typing.
2020-08-16 06:52:40 -04:00
..
backend.cpp logging/backend: Make use of designated initializers 2020-08-03 10:37:48 -04:00
backend.h common/fileutil: Convert namespace to Common::FS 2020-08-16 06:52:40 -04:00
filter.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
filter.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
log.h common/logging: don't use regex for path trimming 2020-01-23 23:08:05 +01:00
text_formatter.cpp text_formatter: Avoid unnecessary string temporary creation in PrintMessage() 2018-10-04 23:55:53 -04:00
text_formatter.h common/logging: Amend documentation comments 2018-09-04 10:49:08 -04:00