Home
last modified time | relevance | path

Searched refs:newLog (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-pid-control/pid/ec/
H A Dlogging.cpp189 PidCoreLog newLog; in LogInit() local
192 newLog.nameOriginal = name; in LogInit()
193 newLog.nameClean = cleanName; in LogInit()
194 newLog.fileContext = std::move(outc); in LogInit()
195 newLog.fileCoeffs = std::move(outf); in LogInit()
198 nameToLog[name] = std::move(newLog); in LogInit()