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
..
2016-03-13 04:54:23 +01:00
2018-06-29 16:56:12 +03:00
2018-07-22 21:04:29 +01:00
2018-05-13 11:34:45 +01:00
2017-03-01 23:30:57 +02:00
2018-05-13 11:34:45 +01:00
2016-12-05 19:09:16 +01:00
2016-12-26 10:41:26 +02:00
2018-07-21 16:16:21 +02:00