yuzu-fork/src/common/logging
Lioncash f63ccbd936 logging/filter: Use std::string_view in ParseFilterString()
Allows avoiding constructing std::string instances, since this only
reads an arbitrary sequence of characters.

We can also make ParseFilterRule() internal, since it doesn't depend on
any private instance state of Filter
2018-07-20 15:58:46 -04:00
..
backend.cpp logging/backend: Add missing standard includes 2018-07-20 15:31:27 -04:00
backend.h logging/backend: Add missing standard includes 2018-07-20 15:31:27 -04:00
filter.cpp logging/filter: Use std::string_view in ParseFilterString() 2018-07-20 15:58:46 -04:00
filter.h logging/filter: Use std::string_view in ParseFilterString() 2018-07-20 15:58:46 -04: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