Public Attributes | |
Setting< bool > | showTrace |
Additional Inherited Members | |
![]() | |
using | Settings = std::map<std::string, SettingData> |
![]() | |
Config (StringMap initials={}) | |
bool | set (const std::string &name, const std::string &value) override |
void | addSetting (AbstractSetting *setting) |
void | getSettings (std::map< std::string, SettingInfo > &res, bool overriddenOnly=false) override |
void | resetOverridden () override |
nlohmann::json | toJSON () override |
std::string | toKeyValue () override |
void | convertToArgs (Args &args, const std::string &category) override |
![]() | |
void | applyConfig (const std::string &contents, const std::string &path="<unknown>") |
void | warnUnknownSettings () |
void | reapplyUnknownSettings () |
![]() | |
AbstractConfig (StringMap initials={}) | |
![]() | |
StringMap | unknownSettings |
Setting<bool> nix::LoggerSettings::showTrace |