MCPcopy Create free account
hub / github.com/Icinga/icinga2 / SetLogDir

Method SetLogDir

lib/base/configuration.cpp:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177void Configuration::SetLogDir(const String& val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie)
178{
179 HandleUserWrite("LogDir", &Configuration::LogDir, val, m_ReadOnly);
180}
181
182String Configuration::GetModAttrPath() const
183{

Callers

nothing calls this directly

Calls 1

HandleUserWriteFunction · 0.85

Tested by

no test coverage detected