| 285 | } |
| 286 | |
| 287 | void ConfigManager::UpdateVerbosity() |
| 288 | { |
| 289 | if (const auto sink = Log::GetSink()) |
| 290 | { |
| 291 | sink->set_level(m_Config.LogVerbosity); |
| 292 | } |
| 293 | } |
| 294 | |
| 295 | void ConfigManager::EditConfigFile() |
| 296 | { |
no outgoing calls
no test coverage detected