FACT++  1.0
int StateMachineDim::Write ( const Time time,
const std::string &  txt,
int  qos = kMessage 
)
virtual

Redirect our own logging to fLog.

Overwrites MessageImp::Update. This redirects output issued via MessageImp to MessageDim object.

Reimplemented from MessageImp.

Definition at line 211 of file StateMachineDim.cc.

References DimLog::fLog, and MessageDimTX::Write().

Referenced by RemoteControl< Shell >::Write(), and DataLogger::Write().

212 {
213  return DimLog::fLog.Write(time, txt, qos);
214 }
int Write(const Time &t, const std::string &txt, int qos=kInfo)
Definition: MessageDim.cc:83
uint16_t qos
Definition: HeadersGPS.h:29
MessageDimTX fLog

+ Here is the call graph for this function:

+ Here is the caller graph for this function: