yuzu-fork/src/common/logging
Lioncash 457d1b4490 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-20 15:27:20 -04:00
..
backend.cpp logging/backend: Use std::string_view in RemoveBackend() and GetBackend() 2018-07-20 15:27:20 -04:00
backend.h logging/backend: Use std::string_view in RemoveBackend() and GetBackend() 2018-07-20 15:27:20 -04:00
filter.cpp Logging: Dump all logs in the queue on close in debug mode 2018-07-15 13:02:09 -06:00
filter.h Logging: Dump all logs in the queue on close in debug mode 2018-07-15 13:02:09 -06:00
log.h externals: update fmt to version 5.1.0 2018-07-18 17:46:17 -04:00
text_formatter.cpp Logging: Create logging macros based on fmtlib 2018-03-22 18:21:29 +08:00
text_formatter.h Logging: Create logging macros based on fmtlib 2018-03-22 18:21:29 +08:00