MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / UpdateVerbosity

Method UpdateVerbosity

TranslucentTB/managers/configmanager.cpp:287–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

LogLevelChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected