Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/pid/ec/
H A Dlogging.hpp48 struct PidCoreLog struct
58 PidCoreLog() : in PidCoreLog() function
63 PidCoreLog(const PidCoreLog& copy) = delete;
65 PidCoreLog& operator=(const PidCoreLog& copy) = delete;
67 PidCoreLog(PidCoreLog&& move) noexcept in PidCoreLog() argument
73 PidCoreLog& operator=(PidCoreLog&& move) noexcept in operator =() argument
91 ~PidCoreLog() in ~PidCoreLog() argument
106 PidCoreLog* LogPeek(const std::string& name);
109 void LogContext(PidCoreLog& pidLog, const std::chrono::milliseconds& msNow,
H A Dlogging.cpp25 static std::map<std::string, PidCoreLog> nameToLog;
189 PidCoreLog newLog; in LogInit()
221 PidCoreLog* LogPeek(const std::string& name) in LogPeek()
232 void LogContext(PidCoreLog& pidLog, const std::chrono::milliseconds& msNow, in LogContext()