Lioncash 5dbf91d739 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.
2020-07-15 13:37:33 -04:00
..
2020-06-27 11:36:05 -04:00
2020-06-27 18:20:06 -04:00
2020-06-27 11:35:21 -04:00
2019-09-10 12:57:45 +02:00
2020-04-20 15:53:49 -04:00