FACT++  1.0
int ConnectionUSB::Write ( const Time t,
const std::string &  txt,
int  qos = kInfo 
)
privatevirtual

Reimplemented from MessageImp.

Definition at line 31 of file ConnectionUSB.cc.

References MessageImp::Write().

Referenced by Out().

32 {
33  if (fLog)
34  return fLog->Write(t, txt, qos);
35 
36  return MessageImp::Write(t, txt, qos);
37 }
virtual int Write(const Time &time, const std::string &txt, int qos=kMessage)
Definition: MessageImp.cc:133
uint16_t qos
Definition: HeadersGPS.h:29
MessageImp * fLog
Definition: ConnectionUSB.h:17

+ Here is the call graph for this function:

+ Here is the caller graph for this function: