Early logging initialization
This commit is contained in:
@@ -79,10 +79,12 @@ private:
|
||||
std::map<String, ConfigValue> values;
|
||||
std::map<String, const ConfigDef*> defs;
|
||||
void updateValue(const char* key, ConfigType type, ConfigValue newvalue);
|
||||
ConfigValue getValue(const ConfigDef* def);
|
||||
[[noreturn]] void error_abort() const;
|
||||
public:
|
||||
explicit Config(Preferences& prefs);
|
||||
void load();
|
||||
void loadValue(const char* key);
|
||||
void save();
|
||||
void dump();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user