std::cout<<"Counting number of Transactions!"<<std::endl;
LOG(DEBUG)<<"Counting number of Transactions!";
#endif
}
...
...
@@ -36,7 +36,7 @@ namespace Ph2_HwInterface {
voidCbcInterface::output()
{
#ifdef COUNT_FLAG
std::cout<<"This instance of HWInterface::CbcInterface wrote (only write!) "<<fRegisterCount<<" Registers in "<<fTransactionCount<<" Transactions (only write!)! "<<std::endl;
LOG(DEBUG)<<"This instance of HWInterface::CbcInterface wrote (only write!) "<<fRegisterCount<<" Registers in "<<fTransactionCount<<" Transactions (only write!)! ";