Lime3DS/src/common/logging
Lioncash 765c7e711a logging/backend: Use std::string_view in RemoveBackend() and GetBackend()
These can just use a view to a string since its only comparing against
two names in both cases for matches. This avoids constructing
std::string instances where they aren't necessary.
2018-07-30 14:56:51 +08:00
..
backend.cpp logging/backend: Use std::string_view in RemoveBackend() and GetBackend() 2018-07-30 14:56:51 +08:00
backend.h logging/backend: Use std::string_view in RemoveBackend() and GetBackend() 2018-07-30 14:56:51 +08:00
filter.cpp reformat all files with clang-format 2018-06-29 16:56:12 +03:00
filter.h Logging: Add customizable logging backends and fmtlib based macros 2018-03-16 11:18:06 +08:00
log.h frontend/applets: misc fixes 2018-06-30 08:01:49 +08:00
text_formatter.cpp Address review comments 2018-03-16 11:18:06 +08:00
text_formatter.h Add missing std::string import in text_formatter 2018-05-19 21:31:09 +10:00