LogManager: use layered config

This commit is contained in:
Michael Maltese
2017-07-09 15:42:41 -07:00
parent e6c4455e65
commit 28d6c61e34
3 changed files with 30 additions and 31 deletions

View File

@ -14,6 +14,9 @@ namespace ConfigLoaders
{
bool IsSettingSaveable(const Config::ConfigLocation& config_location)
{
if (config_location.system == Config::System::Logger)
return true;
const static std::vector<Config::ConfigLocation> s_setting_saveable{
// Graphics.Hardware