1
0
Fork 0
forked from suyu/suyu
suyu/src/common/logging
Lioncash bc7bfd96f0 logging/backend: Use const reference to refer to log filter
The filter is returned via const reference, so this was making a
pointless copy of the entire filter every time a message was being
pushed into the logger instance.
2018-08-13 21:44:55 -04:00
..
backend.cpp logging/backend: Use const reference to refer to log filter 2018-08-13 21:44:55 -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 common/logging: Add missing service log categories 2018-08-08 16:46:28 -04:00
text_formatter.cpp Logging: Create logging macros based on fmtlib 2018-03-22 18:21:29 +08:00
text_formatter.h Port #3758 from Citra (#852): Add missing std::string import in text_formatter 2018-07-30 16:03:47 -07:00