FearlessTobi 08f3fdfaec settings: Make use of std::string_view over std::string for logging
In all usages of LogSetting(), string literals are provided.
std::string_view is better suited here, as we won't churn a bunch of
string allocations every time the settings are logged out.

While we're at it, we can fold LogSetting() into LogSettings(), given
it's only ever used there.

Co-Authored-By: Mat M. <lioncash@users.noreply.github.com>
2020-07-19 15:07:16 +02:00
..
2020-06-11 22:05:29 -04:00
2020-02-21 19:31:32 +01:00
2018-09-06 16:03:28 -04:00
2020-05-29 01:53:14 +02:00
2020-04-13 18:08:15 +01:00
2020-02-13 17:39:15 +08:00
2020-04-10 20:22:40 +01:00