Ignore:
Timestamp:
03/30/11 15:59:18 (14 years ago)
Author:
tbretz
Message:
Slight modification to logging output, by default now the output of unsuccessfull propagation via the dim service is suppressed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/MessageDim.h

    r10183 r10274  
    1010class MessageDimTX : public DimService, public MessageImp
    1111{
     12private:
     13    bool fDebug;
     14
    1215public:
    1316    MessageDimTX(const std::string &name, std::ostream &out=std::cout);
     
    1518
    1619    int Write(const Time &t, const char *txt, int qos=kInfo);
     20
     21    void SetDebug(bool b=true) { fDebug=b; }
    1722};
    1823
Note: See TracChangeset for help on using the changeset viewer.