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.cpp200 PidCoreLog newLog; in LogInit() local
203 newLog.nameOriginal = name; in LogInit()
204 newLog.nameClean = cleanName; in LogInit()
205 newLog.fileContext = std::move(outc); in LogInit()
206 newLog.fileCoeffs = std::move(outf); in LogInit()
209 nameToLog[name] = std::move(newLog); in LogInit()